Shades of Turquoise #31DEEC
Tints of Turquoise #31DEEC
RGB
CMYK
RGB Variations
Color information
#31DEEC (or 0x31DEEC) is known color: Turquoise. HEX triplet: 31, DE and EC. RGB value is (49,222,236). Sum of RGB (Red+Green+Blue) = 49+222+236=507 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.66% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #31DEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DEEC is #CE2113. Grayscale: #ABABAB. Windows color (decimal): -13508884 or 15523377. OLE color: 15523377.
HSL color Cylindrical-coordinate representation of color #31DEEC: hue angle of 184.49º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DEEC is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 222 | 236 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.07 |
| HSL | 184.49º | 0.83% | 0.56% | - |
| HSV(B) | 184.49º | 0.79% | 0.93% | - |
| XYZ | 42.53 | 58.95 | 88.49 | - |
| YUV | 171.87 | 164.19 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 236 | 0.79 | 0.06 | 0 | 0.07 | 184.49 | 0.83 | 0.56 |
| Hex | 31 | DE | EC | 4F | 6 | 0 | 7 | B8 | 53 | 38 |
| Octal | 61 | 336 | 354 | 117 | 6 | 0 | 7 | 270 | 123 | 70 |
| Binary | 110001 | 11011110 | 11101100 | 1001111 | 110 | 0 | 111 | 10111000 | 1010011 | 111000 |
Color Harmonies of #31DEEC
Complementary color
Monochromatic Colors of #31DEEC
Black with #31DEEC
Text Example
Text Example
White with #31DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DEEC; }
p { color: rgb(49,222,236); }
H1.HeaderClassName
{
color: #31DEEC;
}
.AnyTagClassName
{
color: #31DEEC;
}
</style>
background-color css
<style>
a { background-color: #31DEEC; }
a { background-color: rgb(49,222,236); }
div.DivClassName
{
background-color: #31DEEC;
}
.BgClassName
{
background-color: #31DEEC;
}
</style>
border-color css
<style>
span { border-color: #31DEEC; }
span { border-color: rgb(49,222,236); }
td.TdClassName
{
border-color: #31DEEC;
}
.TagClassName
{
border-color: #31DEEC;
}
</style>