Shades of Medium Turquoise #37CFDD
Tints of Medium Turquoise #37CFDD
RGB
CMYK
RGB Variations
Color information
#37CFDD (or 0x37CFDD) is known color: Medium Turquoise. HEX triplet: 37, CF and DD. RGB value is (55,207,221). Sum of RGB (Red+Green+Blue) = 55+207+221=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #37CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFDD is #C83022. Grayscale: #A2A2A2. Windows color (decimal): -13119523 or 14536503. OLE color: 14536503.
HSL color Cylindrical-coordinate representation of color #37CFDD: hue angle of 185.06º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CFDD is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 207 | 221 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.13 |
| HSL | 185.06º | 0.71% | 0.54% | - |
| HSV(B) | 185.06º | 0.75% | 0.87% | - |
| XYZ | 36.94 | 50.66 | 76.24 | - |
| YUV | 163.15 | 160.64 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 221 | 0.75 | 0.06 | 0 | 0.13 | 185.06 | 0.71 | 0.54 |
| Hex | 37 | CF | DD | 4B | 6 | 0 | D | B9 | 47 | 36 |
| Octal | 67 | 317 | 335 | 113 | 6 | 0 | 15 | 271 | 107 | 66 |
| Binary | 110111 | 11001111 | 11011101 | 1001011 | 110 | 0 | 1101 | 10111001 | 1000111 | 110110 |
Color Harmonies of #37CFDD
Complementary color
Monochromatic Colors of #37CFDD
Black with #37CFDD
Text Example
Text Example
White with #37CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFDD; }
p { color: rgb(55,207,221); }
H1.HeaderClassName
{
color: #37CFDD;
}
.AnyTagClassName
{
color: #37CFDD;
}
</style>
background-color css
<style>
a { background-color: #37CFDD; }
a { background-color: rgb(55,207,221); }
div.DivClassName
{
background-color: #37CFDD;
}
.BgClassName
{
background-color: #37CFDD;
}
</style>
border-color css
<style>
span { border-color: #37CFDD; }
span { border-color: rgb(55,207,221); }
td.TdClassName
{
border-color: #37CFDD;
}
.TagClassName
{
border-color: #37CFDD;
}
</style>