#37CEE0

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

Shades of Medium Turquoise #37CEE0

Tints of Medium Turquoise #37CEE0

Color information

#37CEE0 (or 0x37CEE0) is unknown color: approx Medium Turquoise. HEX triplet: 37, CE and E0. RGB value is (55,206,224). Sum of RGB (Red+Green+Blue) = 55+206+224=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #37CEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEE0 is #C8311F. Grayscale: #A2A2A2. Windows color (decimal): -13119776 or 14732855. OLE color: 14732855.

HSL color Cylindrical-coordinate representation of color #37CEE0: hue angle of 186.39º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CEE0 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB55206224-
CMYK0.750.0800.12
HSL186.39º73.16%54.71%-
HSV(B)186.39º75.45%87.84%-
XYZ37.150.3478.28-
YUV162.9162.4751.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.34%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 224 (87.89% from 255) = 46.19%
R=11.34%
G=42.47%
B=46.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal552062240.750.0800.12186.3973.1654.71
Hex37CEE04B80Cba4937
Octal673163401131001427211167
Binary11011111001110111000001001011100001100101110101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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