Shades of Turquoise #37DCCF
Tints of Turquoise #37DCCF
RGB
CMYK
RGB Variations
Color information
#37DCCF (or 0x37DCCF) is known color: Turquoise. HEX triplet: 37, DC and CF. RGB value is (55,220,207). Sum of RGB (Red+Green+Blue) = 55+220+207=482 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.41% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCCF is #C82330. Grayscale: #A9A9A9. Windows color (decimal): -13116209 or 13622327. OLE color: 13622327.
HSL color Cylindrical-coordinate representation of color #37DCCF: hue angle of 175.27º 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 #37DCCF is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 207 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.14 |
| HSL | 175.27º | 0.7% | 0.54% | - |
| HSV(B) | 175.27º | 0.75% | 0.86% | - |
| XYZ | 38.43 | 56.5 | 67.91 | - |
| YUV | 169.18 | 149.34 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 207 | 0.75 | 0 | 0.06 | 0.14 | 175.27 | 0.7 | 0.54 |
| Hex | 37 | DC | CF | 4B | 0 | 6 | E | AF | 46 | 36 |
| Octal | 67 | 334 | 317 | 113 | 0 | 6 | 16 | 257 | 106 | 66 |
| Binary | 110111 | 11011100 | 11001111 | 1001011 | 0 | 110 | 1110 | 10101111 | 1000110 | 110110 |
Color Harmonies of #37DCCF
Complementary color
Monochromatic Colors of #37DCCF
Black with #37DCCF
Text Example
Text Example
White with #37DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCCF; }
p { color: rgb(55,220,207); }
H1.HeaderClassName
{
color: #37DCCF;
}
.AnyTagClassName
{
color: #37DCCF;
}
</style>
background-color css
<style>
a { background-color: #37DCCF; }
a { background-color: rgb(55,220,207); }
div.DivClassName
{
background-color: #37DCCF;
}
.BgClassName
{
background-color: #37DCCF;
}
</style>
border-color css
<style>
span { border-color: #37DCCF; }
span { border-color: rgb(55,220,207); }
td.TdClassName
{
border-color: #37DCCF;
}
.TagClassName
{
border-color: #37DCCF;
}
</style>