#37D6CB

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

Shades of Turquoise #37D6CB

Tints of Turquoise #37D6CB

Color information

#37D6CB (or 0x37D6CB) is unknown color: approx Turquoise. HEX triplet: 37, D6 and CB. RGB value is (55,214,203). Sum of RGB (Red+Green+Blue) = 55+214+203=472 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.65% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #37D6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D6CB is #C82934. Grayscale: #A5A5A5. Windows color (decimal): -13117749 or 13358647. OLE color: 13358647.

HSL color Cylindrical-coordinate representation of color #37D6CB: hue angle of 175.85º degrees, saturation: 0.66, 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 #37D6CB is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB55214203-
CMYK0.7400.050.16
HSL175.85º65.98%52.75%-
HSV(B)175.85º74.3%83.92%-
XYZ36.453.2264.85-
YUV165.2149.3249.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.65%
GREEN value IS 214 (83.98% from 255) = 45.34%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=11.65%
G=45.34%
B=43.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal552142030.7400.050.16175.8565.9852.75
Hex37D6CB4A0510b04235
Octal67326313112052026010265
Binary11011111010110110010111001010010110000101100001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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