#37D9C2

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

Shades of Turquoise #37D9C2

Tints of Turquoise #37D9C2

Color information

#37D9C2 (or 0x37D9C2) is unknown color: approx Turquoise. HEX triplet: 37, D9 and C2. RGB value is (55,217,194). Sum of RGB (Red+Green+Blue) = 55+217+194=466 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.80% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #37D9C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D9C2 is #C8263D. Grayscale: #A5A5A5. Windows color (decimal): -13116990 or 12769591. OLE color: 12769591.

HSL color Cylindrical-coordinate representation of color #37D9C2: hue angle of 171.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D9C2 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB55217194-
CMYK0.7500.110.15
HSL171.48º68.07%53.33%-
HSV(B)171.48º74.65%85.1%-
XYZ36.1354.3359.62-
YUV165.94143.8348.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.80%
GREEN value IS 217 (85.16% from 255) = 46.57%
BLUE value IS 194 (76.17% from 255) = 41.63%
R=11.80%
G=46.57%
B=41.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal552171940.7500.110.15171.4868.0753.33
Hex37D9C24B0BFab4435
Octal673313021130131725310465
Binary11011111011001110000101001011010111111101010111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,217,194); }

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

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

 a { background-color: rgb(55,217,194); }

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

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

 span { border-color: rgb(55,217,194); }

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