#37CACE

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

Shades of Medium Turquoise #37CACE

Tints of Medium Turquoise #37CACE

Color information

#37CACE (or 0x37CACE) is unknown color: approx Medium Turquoise. HEX triplet: 37, CA and CE. RGB value is (55,202,206). Sum of RGB (Red+Green+Blue) = 55+202+206=463 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.88% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #37CACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CACE is #C83531. Grayscale: #9E9E9E. Windows color (decimal): -13120818 or 13552183. OLE color: 13552183.

HSL color Cylindrical-coordinate representation of color #37CACE: hue angle of 181.59º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CACE is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB55202206-
CMYK0.730.0200.19
HSL181.59º60.64%51.18%-
HSV(B)181.59º73.3%80.78%-
XYZ33.8447.5165.78-
YUV158.5154.854.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.88%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=11.88%
G=43.63%
B=44.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal552022060.730.0200.19181.5960.6451.18
Hex37CACE492013b63d33
Octal6731231611120232667563
Binary110111110010101100111010010011001001110110110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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