#37DCC6

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

Shades of Turquoise #37DCC6

Tints of Turquoise #37DCC6

Color information

#37DCC6 (or 0x37DCC6) is unknown color: approx Turquoise. HEX triplet: 37, DC and C6. RGB value is (55,220,198). Sum of RGB (Red+Green+Blue) = 55+220+198=473 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.63% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCC6 is #C82339. Grayscale: #A8A8A8. Windows color (decimal): -13116218 or 13032503. OLE color: 13032503.

HSL color Cylindrical-coordinate representation of color #37DCC6: hue angle of 172º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DCC6 is Cyan = 0.75, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB55220198-
CMYK0.7500.10.14
HSL172º70.21%53.92%-
HSV(B)172º75%86.27%-
XYZ37.3656.0862.28-
YUV168.16144.8447.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.63%
GREEN value IS 220 (86.33% from 255) = 46.51%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=11.63%
G=46.51%
B=41.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal552201980.7500.10.1417270.2153.92
Hex37DCC64B0AEac4636
Octal673343061130121625410666
Binary11011111011100110001101001011010101110101011001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,220,198); }

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

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

 a { background-color: rgb(55,220,198); }

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

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

 span { border-color: rgb(55,220,198); }

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