Html Css Color HEX #37DED6 Turquoise

📋 copy color: '#37DED6'

red 55 ◦ green 222 ◦ blue 214

#37DED6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #37DED6

Tints of Turquoise #37DED6

RGB

 RED value IS 55 (21.88% from 255) = 11.2%

 GREEN value IS 222 (87.11% from 255) = 45.21%

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 11.2%
G = 45.21%
B = 43.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#37DED6 (or 0x37DED6) is known color: Turquoise. HEX triplet: 37, DE and D6. RGB value is (55,222,214). Sum of RGB (Red+Green+Blue) = 55+222+214=491 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.20% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #37DED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DED6 is #C82129. Grayscale: #ABABAB. Windows color (decimal): -13115690 or 14081591. OLE color: 14081591.

HSL color Cylindrical-coordinate representation of color #37DED6: hue angle of 177.13º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DED6 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 222 214 -
CMYK 0.75 0 0.04 0.13
HSL 177.13º 0.72% 0.54% -
HSV(B) 177.13º 0.75% 0.87% -
XYZ 39.83 57.91 72.7 -
YUV 171.16 152.17 45.15 -
System Red Green Blue C M Y K H S L
Decimal 55 222 214 0.75 0 0.04 0.13 177.13 0.72 0.54
Hex 37 DE D6 4B 0 4 D B1 48 36
Octal 67 336 326 113 0 4 15 261 110 66
Binary 110111 11011110 11010110 1001011 0 100 1101 10110001 1001000 110110

Color Harmonies of #37DED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DED6

Black with #37DED6

Text Example


Text Example

White with #37DED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37DED6; }

 p { color: rgb(55,222,214); }

 H1.HeaderClassName
 {
   color: #37DED6;
 }
 .AnyTagClassName
 {
   color: #37DED6;
 }
</style>

background-color css

<style>
 a { background-color: #37DED6; }

 a { background-color: rgb(55,222,214); }

 div.DivClassName
 {
   background-color: #37DED6;
 }
 .BgClassName
 {
   background-color: #37DED6;
 }
</style>

border-color css

<style>
 span { border-color: #37DED6; }

 span { border-color: rgb(55,222,214); }

 td.TdClassName
 {
   border-color: #37DED6;
 }
 .TagClassName
 {
   border-color: #37DED6;
 }
</style>