Shades of Turquoise #31DFF2
Tints of Turquoise #31DFF2
RGB
CMYK
RGB Variations
Color information
#31DFF2 (or 0x31DFF2) is known color: Turquoise. HEX triplet: 31, DF and F2. RGB value is (49,223,242). Sum of RGB (Red+Green+Blue) = 49+223+242=514 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.53% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #31DFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DFF2 is #CE200D. Grayscale: #ACACAC. Windows color (decimal): -13508622 or 15916849. OLE color: 15916849.
HSL color Cylindrical-coordinate representation of color #31DFF2: hue angle of 185.91º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31DFF2 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 223 | 242 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.05 |
| HSL | 185.91º | 0.88% | 0.57% | - |
| HSV(B) | 185.91º | 0.8% | 0.95% | - |
| XYZ | 43.68 | 59.84 | 93.25 | - |
| YUV | 173.14 | 166.85 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 242 | 0.80 | 0.08 | 0 | 0.05 | 185.91 | 0.88 | 0.57 |
| Hex | 31 | DF | F2 | 50 | 8 | 0 | 5 | BA | 58 | 39 |
| Octal | 61 | 337 | 362 | 120 | 10 | 0 | 5 | 272 | 130 | 71 |
| Binary | 110001 | 11011111 | 11110010 | 1010000 | 1000 | 0 | 101 | 10111010 | 1011000 | 111001 |
Color Harmonies of #31DFF2
Complementary color
Monochromatic Colors of #31DFF2
Black with #31DFF2
Text Example
Text Example
White with #31DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DFF2; }
p { color: rgb(49,223,242); }
H1.HeaderClassName
{
color: #31DFF2;
}
.AnyTagClassName
{
color: #31DFF2;
}
</style>
background-color css
<style>
a { background-color: #31DFF2; }
a { background-color: rgb(49,223,242); }
div.DivClassName
{
background-color: #31DFF2;
}
.BgClassName
{
background-color: #31DFF2;
}
</style>
border-color css
<style>
span { border-color: #31DFF2; }
span { border-color: rgb(49,223,242); }
td.TdClassName
{
border-color: #31DFF2;
}
.TagClassName
{
border-color: #31DFF2;
}
</style>