Shades of Turquoise #31F9CC
Tints of Turquoise #31F9CC
RGB
CMYK
RGB Variations
Color information
#31F9CC (or 0x31F9CC) is known color: Turquoise. HEX triplet: 31, F9 and CC. RGB value is (49,249,204). Sum of RGB (Red+Green+Blue) = 49+249+204=502 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.76% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #31F9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F9CC is #CE0633. Grayscale: #B8B8B8. Windows color (decimal): -13502004 or 13433137. OLE color: 13433137.
HSL color Cylindrical-coordinate representation of color #31F9CC: hue angle of 166.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F9CC is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 204 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.02 |
| HSL | 166.5º | 0.94% | 0.58% | - |
| HSV(B) | 166.5º | 0.8% | 0.98% | - |
| XYZ | 46.04 | 72.76 | 68.74 | - |
| YUV | 184.07 | 139.24 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 204 | 0.80 | 0 | 0.18 | 0.02 | 166.5 | 0.94 | 0.58 |
| Hex | 31 | F9 | CC | 50 | 0 | 12 | 2 | A6 | 5E | 3A |
| Octal | 61 | 371 | 314 | 120 | 0 | 22 | 2 | 246 | 136 | 72 |
| Binary | 110001 | 11111001 | 11001100 | 1010000 | 0 | 10010 | 10 | 10100110 | 1011110 | 111010 |
Color Harmonies of #31F9CC
Complementary color
Monochromatic Colors of #31F9CC
Black with #31F9CC
Text Example
Text Example
White with #31F9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F9CC; }
p { color: rgb(49,249,204); }
H1.HeaderClassName
{
color: #31F9CC;
}
.AnyTagClassName
{
color: #31F9CC;
}
</style>
background-color css
<style>
a { background-color: #31F9CC; }
a { background-color: rgb(49,249,204); }
div.DivClassName
{
background-color: #31F9CC;
}
.BgClassName
{
background-color: #31F9CC;
}
</style>
border-color css
<style>
span { border-color: #31F9CC; }
span { border-color: rgb(49,249,204); }
td.TdClassName
{
border-color: #31F9CC;
}
.TagClassName
{
border-color: #31F9CC;
}
</style>