Html Css Color HEX #37DECE Turquoise

📋 copy color: '#37DECE'

red 55 ◦ green 222 ◦ blue 206

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

Shades of Turquoise #37DECE

Tints of Turquoise #37DECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 11.39%
G = 45.96%
B = 42.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#37DECE (or 0x37DECE) is known color: Turquoise. HEX triplet: 37, DE and CE. RGB value is (55,222,206). Sum of RGB (Red+Green+Blue) = 55+222+206=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #37DECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DECE is #C82131. Grayscale: #AAAAAA. Windows color (decimal): -13115698 or 13557303. OLE color: 13557303.

HSL color Cylindrical-coordinate representation of color #37DECE: hue angle of 174.25º 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 #37DECE is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 222 206 -
CMYK 0.75 0 0.07 0.13
HSL 174.25º 0.72% 0.54% -
HSV(B) 174.25º 0.75% 0.87% -
XYZ 38.84 57.51 67.45 -
YUV 170.24 148.17 45.8 -
System Red Green Blue C M Y K H S L
Decimal 55 222 206 0.75 0 0.07 0.13 174.25 0.72 0.54
Hex 37 DE CE 4B 0 7 D AE 48 36
Octal 67 336 316 113 0 7 15 256 110 66
Binary 110111 11011110 11001110 1001011 0 111 1101 10101110 1001000 110110

Color Harmonies of #37DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DECE

Black with #37DECE

Text Example


Text Example

White with #37DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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