Shades of Medium Turquoise #37CCD2
Tints of Medium Turquoise #37CCD2
RGB
CMYK
RGB Variations
Color information
#37CCD2 (or 0x37CCD2) is known color: Medium Turquoise. HEX triplet: 37, CC and D2. RGB value is (55,204,210). Sum of RGB (Red+Green+Blue) = 55+204+210=469 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.73% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #37CCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCD2 is #C8332D. Grayscale: #9F9F9F. Windows color (decimal): -13120302 or 13814839. OLE color: 13814839.
HSL color Cylindrical-coordinate representation of color #37CCD2: hue angle of 182.32º degrees, saturation: 0.63, 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 #37CCD2 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 204 | 210 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.18 |
| HSL | 182.32º | 0.63% | 0.52% | - |
| HSV(B) | 182.32º | 0.74% | 0.82% | - |
| XYZ | 34.8 | 48.65 | 68.53 | - |
| YUV | 160.13 | 156.14 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 210 | 0.74 | 0.03 | 0 | 0.18 | 182.32 | 0.63 | 0.52 |
| Hex | 37 | CC | D2 | 4A | 3 | 0 | 12 | B6 | 3F | 34 |
| Octal | 67 | 314 | 322 | 112 | 3 | 0 | 22 | 266 | 77 | 64 |
| Binary | 110111 | 11001100 | 11010010 | 1001010 | 11 | 0 | 10010 | 10110110 | 111111 | 110100 |
Color Harmonies of #37CCD2
Complementary color
Monochromatic Colors of #37CCD2
Black with #37CCD2
Text Example
Text Example
White with #37CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CCD2; }
p { color: rgb(55,204,210); }
H1.HeaderClassName
{
color: #37CCD2;
}
.AnyTagClassName
{
color: #37CCD2;
}
</style>
background-color css
<style>
a { background-color: #37CCD2; }
a { background-color: rgb(55,204,210); }
div.DivClassName
{
background-color: #37CCD2;
}
.BgClassName
{
background-color: #37CCD2;
}
</style>
border-color css
<style>
span { border-color: #37CCD2; }
span { border-color: rgb(55,204,210); }
td.TdClassName
{
border-color: #37CCD2;
}
.TagClassName
{
border-color: #37CCD2;
}
</style>