#37CCD0

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

Shades of Medium Turquoise #37CCD0

Tints of Medium Turquoise #37CCD0

Color information

#37CCD0 (or 0x37CCD0) is unknown color: approx Medium Turquoise. HEX triplet: 37, CC and D0. RGB value is (55,204,208). Sum of RGB (Red+Green+Blue) = 55+204+208=467 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.78% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #37CCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCD0 is #C8332F. Grayscale: #9F9F9F. Windows color (decimal): -13120304 or 13683767. OLE color: 13683767.

HSL color Cylindrical-coordinate representation of color #37CCD0: hue angle of 181.57º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37CCD0 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB55204208-
CMYK0.740.0200.18
HSL181.57º61.94%51.57%-
HSV(B)181.57º73.56%81.57%-
XYZ34.5548.5567.22-
YUV159.9155.1453.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.78%
GREEN value IS 204 (80.08% from 255) = 43.68%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=11.78%
G=43.68%
B=44.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal552042080.740.0200.18181.5761.9451.57
Hex37CCD04A2012b63e34
Octal6731432011220222667664
Binary110111110011001101000010010101001001010110110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,204,208); }

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

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

 a { background-color: rgb(55,204,208); }

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

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

 span { border-color: rgb(55,204,208); }

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