Shades of Medium Turquoise #37CCCF
Tints of Medium Turquoise #37CCCF
RGB
CMYK
RGB Variations
Color information
#37CCCF (or 0x37CCCF) is known color: Medium Turquoise. HEX triplet: 37, CC and CF. RGB value is (55,204,207). Sum of RGB (Red+Green+Blue) = 55+204+207=466 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.80% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #37CCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCCF is #C83330. Grayscale: #9F9F9F. Windows color (decimal): -13120305 or 13618231. OLE color: 13618231.
HSL color Cylindrical-coordinate representation of color #37CCCF: hue angle of 181.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CCCF is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 204 | 207 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.19 |
| HSL | 181.18º | 0.61% | 0.51% | - |
| HSV(B) | 181.18º | 0.73% | 0.81% | - |
| XYZ | 34.43 | 48.5 | 66.58 | - |
| YUV | 159.79 | 154.64 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 207 | 0.73 | 0.01 | 0 | 0.19 | 181.18 | 0.61 | 0.51 |
| Hex | 37 | CC | CF | 49 | 1 | 0 | 13 | B5 | 3D | 33 |
| Octal | 67 | 314 | 317 | 111 | 1 | 0 | 23 | 265 | 75 | 63 |
| Binary | 110111 | 11001100 | 11001111 | 1001001 | 1 | 0 | 10011 | 10110101 | 111101 | 110011 |
Color Harmonies of #37CCCF
Complementary color
Monochromatic Colors of #37CCCF
Black with #37CCCF
Text Example
Text Example
White with #37CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CCCF; }
p { color: rgb(55,204,207); }
H1.HeaderClassName
{
color: #37CCCF;
}
.AnyTagClassName
{
color: #37CCCF;
}
</style>
background-color css
<style>
a { background-color: #37CCCF; }
a { background-color: rgb(55,204,207); }
div.DivClassName
{
background-color: #37CCCF;
}
.BgClassName
{
background-color: #37CCCF;
}
</style>
border-color css
<style>
span { border-color: #37CCCF; }
span { border-color: rgb(55,204,207); }
td.TdClassName
{
border-color: #37CCCF;
}
.TagClassName
{
border-color: #37CCCF;
}
</style>