#37D0CD

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

Shades of Medium Turquoise #37D0CD

Tints of Medium Turquoise #37D0CD

Color information

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

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

Color convert

RGB55208205-
CMYK0.7400.010.18
HSL178.82º61.94%51.57%-
HSV(B)178.82º73.56%81.57%-
XYZ35.1550.3365.62-
YUV161.91152.3151.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal552082050.7400.010.18178.8261.9451.57
Hex37D0CD4A0112b33e34
Octal6732031511201222637664
Binary11011111010000110011011001010011001010110011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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