Shades of Turquoise #31DEFF
Tints of Turquoise #31DEFF
RGB
CMYK
RGB Variations
Color information
#31DEFF (or 0x31DEFF) is known color: Turquoise. HEX triplet: 31, DE and FF. RGB value is (49,222,255). Sum of RGB (Red+Green+Blue) = 49+222+255=526 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.32% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #31DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DEFF is #CE2100. Grayscale: #ADADAD. Windows color (decimal): -13508865 or 16768561. OLE color: 16768561.
HSL color Cylindrical-coordinate representation of color #31DEFF: hue angle of 189.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DEFF is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 222 | 255 | - |
| CMYK | 0.81 | 0.13 | 0 | 0 |
| HSL | 189.61º | 1% | 0.6% | - |
| HSV(B) | 189.61º | 0.81% | 1% | - |
| XYZ | 45.44 | 60.12 | 103.82 | - |
| YUV | 174.04 | 173.69 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 255 | 0.81 | 0.13 | 0 | 0 | 189.61 | 1 | 0.6 |
| Hex | 31 | DE | FF | 51 | D | 0 | 0 | BE | 64 | 3C |
| Octal | 61 | 336 | 377 | 121 | 15 | 0 | 0 | 276 | 144 | 74 |
| Binary | 110001 | 11011110 | 11111111 | 1010001 | 1101 | 0 | 0 | 10111110 | 1100100 | 111100 |
Color Harmonies of #31DEFF
Complementary color
Monochromatic Colors of #31DEFF
Black with #31DEFF
Text Example
Text Example
White with #31DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DEFF; }
p { color: rgb(49,222,255); }
H1.HeaderClassName
{
color: #31DEFF;
}
.AnyTagClassName
{
color: #31DEFF;
}
</style>
background-color css
<style>
a { background-color: #31DEFF; }
a { background-color: rgb(49,222,255); }
div.DivClassName
{
background-color: #31DEFF;
}
.BgClassName
{
background-color: #31DEFF;
}
</style>
border-color css
<style>
span { border-color: #31DEFF; }
span { border-color: rgb(49,222,255); }
td.TdClassName
{
border-color: #31DEFF;
}
.TagClassName
{
border-color: #31DEFF;
}
</style>