Shades of Medium Turquoise #37CFDC
Tints of Medium Turquoise #37CFDC
RGB
CMYK
RGB Variations
Color information
#37CFDC (or 0x37CFDC) is known color: Medium Turquoise. HEX triplet: 37, CF and DC. RGB value is (55,207,220). Sum of RGB (Red+Green+Blue) = 55+207+220=482 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.41% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #37CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFDC is #C83023. Grayscale: #A2A2A2. Windows color (decimal): -13119524 or 14470967. OLE color: 14470967.
HSL color Cylindrical-coordinate representation of color #37CFDC: hue angle of 184.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CFDC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 207 | 220 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.14 |
| HSL | 184.73º | 0.7% | 0.54% | - |
| HSV(B) | 184.73º | 0.75% | 0.86% | - |
| XYZ | 36.81 | 50.61 | 75.54 | - |
| YUV | 163.03 | 160.14 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 220 | 0.75 | 0.06 | 0 | 0.14 | 184.73 | 0.7 | 0.54 |
| Hex | 37 | CF | DC | 4B | 6 | 0 | E | B9 | 46 | 36 |
| Octal | 67 | 317 | 334 | 113 | 6 | 0 | 16 | 271 | 106 | 66 |
| Binary | 110111 | 11001111 | 11011100 | 1001011 | 110 | 0 | 1110 | 10111001 | 1000110 | 110110 |
Color Harmonies of #37CFDC
Complementary color
Monochromatic Colors of #37CFDC
Black with #37CFDC
Text Example
Text Example
White with #37CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFDC; }
p { color: rgb(55,207,220); }
H1.HeaderClassName
{
color: #37CFDC;
}
.AnyTagClassName
{
color: #37CFDC;
}
</style>
background-color css
<style>
a { background-color: #37CFDC; }
a { background-color: rgb(55,207,220); }
div.DivClassName
{
background-color: #37CFDC;
}
.BgClassName
{
background-color: #37CFDC;
}
</style>
border-color css
<style>
span { border-color: #37CFDC; }
span { border-color: rgb(55,207,220); }
td.TdClassName
{
border-color: #37CFDC;
}
.TagClassName
{
border-color: #37CFDC;
}
</style>