#37CDD0

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

Shades of Medium Turquoise #37CDD0

Tints of Medium Turquoise #37CDD0

Color information

#37CDD0 (or 0x37CDD0) is unknown color: approx Medium Turquoise. HEX triplet: 37, CD and D0. RGB value is (55,205,208). Sum of RGB (Red+Green+Blue) = 55+205+208=468 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.75% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #37CDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDD0 is #C8322F. Grayscale: #A0A0A0. Windows color (decimal): -13120048 or 13684023. OLE color: 13684023.

HSL color Cylindrical-coordinate representation of color #37CDD0: hue angle of 181.18º 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 #37CDD0 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB55205208-
CMYK0.740.0100.18
HSL181.18º61.94%51.57%-
HSV(B)181.18º73.56%81.57%-
XYZ34.7949.0367.3-
YUV160.49154.852.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.75%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 208 (81.64% from 255) = 44.44%
R=11.75%
G=43.80%
B=44.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal552052080.740.0100.18181.1861.9451.57
Hex37CDD04A1012b53e34
Octal6731532011210222657664
Binary11011111001101110100001001010101001010110101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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