#37D6D7

Color #37D6D7 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #37D6D7

Tints of Turquoise #37D6D7

Color information

#37D6D7 (or 0x37D6D7) is unknown color: approx Turquoise. HEX triplet: 37, D6 and D7. RGB value is (55,214,215). Sum of RGB (Red+Green+Blue) = 55+214+215=484 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.36% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #37D6D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D6D7 is #C82928. Grayscale: #A6A6A6. Windows color (decimal): -13117737 or 14145079. OLE color: 14145079.

HSL color Cylindrical-coordinate representation of color #37D6D7: hue angle of 180.38º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D6D7 is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB55214215-
CMYK0.740.0000.16
HSL180.38º66.67%52.94%-
HSV(B)180.38º74.42%84.31%-
XYZ37.8953.8172.68-
YUV166.57155.3248.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.36%
GREEN value IS 214 (83.98% from 255) = 44.21%
BLUE value IS 215 (84.38% from 255) = 44.42%
R=11.36%
G=44.21%
B=44.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal552142150.740.0000.16180.3866.6752.94
Hex37D6D74A0010b44335
Octal67326327112002026410365
Binary110111110101101101011110010100010000101101001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37D6D7;
 }
 .AnyTagClassName
 {
   color: #37D6D7;
 }
</style>
background-color css

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

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

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

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

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

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