Shades of Turquoise #37D9CF
Tints of Turquoise #37D9CF
RGB
CMYK
RGB Variations
Color information
#37D9CF (or 0x37D9CF) is known color: Turquoise. HEX triplet: 37, D9 and CF. RGB value is (55,217,207). Sum of RGB (Red+Green+Blue) = 55+217+207=479 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.48% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #37D9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D9CF is #C82630. Grayscale: #A7A7A7. Windows color (decimal): -13116977 or 13621559. OLE color: 13621559.
HSL color Cylindrical-coordinate representation of color #37D9CF: hue angle of 176.3º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D9CF is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 217 | 207 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.15 |
| HSL | 176.3º | 0.68% | 0.53% | - |
| HSV(B) | 176.3º | 0.75% | 0.85% | - |
| XYZ | 37.65 | 54.94 | 67.65 | - |
| YUV | 167.42 | 150.33 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 217 | 207 | 0.75 | 0 | 0.05 | 0.15 | 176.3 | 0.68 | 0.53 |
| Hex | 37 | D9 | CF | 4B | 0 | 5 | F | B0 | 44 | 35 |
| Octal | 67 | 331 | 317 | 113 | 0 | 5 | 17 | 260 | 104 | 65 |
| Binary | 110111 | 11011001 | 11001111 | 1001011 | 0 | 101 | 1111 | 10110000 | 1000100 | 110101 |
Color Harmonies of #37D9CF
Complementary color
Monochromatic Colors of #37D9CF
Black with #37D9CF
Text Example
Text Example
White with #37D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D9CF; }
p { color: rgb(55,217,207); }
H1.HeaderClassName
{
color: #37D9CF;
}
.AnyTagClassName
{
color: #37D9CF;
}
</style>
background-color css
<style>
a { background-color: #37D9CF; }
a { background-color: rgb(55,217,207); }
div.DivClassName
{
background-color: #37D9CF;
}
.BgClassName
{
background-color: #37D9CF;
}
</style>
border-color css
<style>
span { border-color: #37D9CF; }
span { border-color: rgb(55,217,207); }
td.TdClassName
{
border-color: #37D9CF;
}
.TagClassName
{
border-color: #37D9CF;
}
</style>