Shades of Medium Turquoise #37CFDE
Tints of Medium Turquoise #37CFDE
RGB
CMYK
RGB Variations
Color information
#37CFDE (or 0x37CFDE) is known color: Medium Turquoise. HEX triplet: 37, CF and DE. RGB value is (55,207,222). Sum of RGB (Red+Green+Blue) = 55+207+222=484 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.36% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #37CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFDE is #C83021. Grayscale: #A3A3A3. Windows color (decimal): -13119522 or 14602039. OLE color: 14602039.
HSL color Cylindrical-coordinate representation of color #37CFDE: hue angle of 185.39º degrees, saturation: 0.72, 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 #37CFDE is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 207 | 222 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.13 |
| HSL | 185.39º | 0.72% | 0.54% | - |
| HSV(B) | 185.39º | 0.75% | 0.87% | - |
| XYZ | 37.07 | 50.71 | 76.94 | - |
| YUV | 163.26 | 161.14 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 222 | 0.75 | 0.07 | 0 | 0.13 | 185.39 | 0.72 | 0.54 |
| Hex | 37 | CF | DE | 4B | 7 | 0 | D | B9 | 48 | 36 |
| Octal | 67 | 317 | 336 | 113 | 7 | 0 | 15 | 271 | 110 | 66 |
| Binary | 110111 | 11001111 | 11011110 | 1001011 | 111 | 0 | 1101 | 10111001 | 1001000 | 110110 |
Color Harmonies of #37CFDE
Complementary color
Monochromatic Colors of #37CFDE
Black with #37CFDE
Text Example
Text Example
White with #37CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFDE; }
p { color: rgb(55,207,222); }
H1.HeaderClassName
{
color: #37CFDE;
}
.AnyTagClassName
{
color: #37CFDE;
}
</style>
background-color css
<style>
a { background-color: #37CFDE; }
a { background-color: rgb(55,207,222); }
div.DivClassName
{
background-color: #37CFDE;
}
.BgClassName
{
background-color: #37CFDE;
}
</style>
border-color css
<style>
span { border-color: #37CFDE; }
span { border-color: rgb(55,207,222); }
td.TdClassName
{
border-color: #37CFDE;
}
.TagClassName
{
border-color: #37CFDE;
}
</style>