#37CDE0

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

Shades of Medium Turquoise #37CDE0

Tints of Medium Turquoise #37CDE0

Color information

#37CDE0 (or 0x37CDE0) is unknown color: approx Medium Turquoise. HEX triplet: 37, CD and E0. RGB value is (55,205,224). Sum of RGB (Red+Green+Blue) = 55+205+224=484 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.36% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #37CDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDE0 is #C8321F. Grayscale: #A2A2A2. Windows color (decimal): -13120032 or 14732599. OLE color: 14732599.

HSL color Cylindrical-coordinate representation of color #37CDE0: hue angle of 186.75º 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 #37CDE0 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB55205224-
CMYK0.750.0800.12
HSL186.75º73.16%54.71%-
HSV(B)186.75º75.45%87.84%-
XYZ36.8649.8678.2-
YUV162.32162.851.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.36%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 224 (87.89% from 255) = 46.28%
R=11.36%
G=42.36%
B=46.28%

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
Decimal552052240.750.0800.12186.7573.1654.71
Hex37CDE04B80Cbb4937
Octal673153401131001427311167
Binary11011111001101111000001001011100001100101110111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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