Shades of Medium Turquoise #37CFDF
Tints of Medium Turquoise #37CFDF
RGB
CMYK
RGB Variations
Color information
#37CFDF (or 0x37CFDF) is known color: Medium Turquoise. HEX triplet: 37, CF and DF. RGB value is (55,207,223). Sum of RGB (Red+Green+Blue) = 55+207+223=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #37CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFDF is #C83020. Grayscale: #A3A3A3. Windows color (decimal): -13119521 or 14667575. OLE color: 14667575.
HSL color Cylindrical-coordinate representation of color #37CFDF: hue angle of 185.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CFDF is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 207 | 223 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.13 |
| HSL | 185.71º | 0.72% | 0.55% | - |
| HSV(B) | 185.71º | 0.75% | 0.87% | - |
| XYZ | 37.21 | 50.77 | 77.65 | - |
| YUV | 163.38 | 161.64 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 223 | 0.75 | 0.07 | 0 | 0.13 | 185.71 | 0.72 | 0.55 |
| Hex | 37 | CF | DF | 4B | 7 | 0 | D | BA | 48 | 37 |
| Octal | 67 | 317 | 337 | 113 | 7 | 0 | 15 | 272 | 110 | 67 |
| Binary | 110111 | 11001111 | 11011111 | 1001011 | 111 | 0 | 1101 | 10111010 | 1001000 | 110111 |
Color Harmonies of #37CFDF
Complementary color
Monochromatic Colors of #37CFDF
Black with #37CFDF
Text Example
Text Example
White with #37CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFDF; }
p { color: rgb(55,207,223); }
H1.HeaderClassName
{
color: #37CFDF;
}
.AnyTagClassName
{
color: #37CFDF;
}
</style>
background-color css
<style>
a { background-color: #37CFDF; }
a { background-color: rgb(55,207,223); }
div.DivClassName
{
background-color: #37CFDF;
}
.BgClassName
{
background-color: #37CFDF;
}
</style>
border-color css
<style>
span { border-color: #37CFDF; }
span { border-color: rgb(55,207,223); }
td.TdClassName
{
border-color: #37CFDF;
}
.TagClassName
{
border-color: #37CFDF;
}
</style>