Shades of Turquoise #31DCF4
Tints of Turquoise #31DCF4
RGB
CMYK
RGB Variations
Color information
#31DCF4 (or 0x31DCF4) is known color: Turquoise. HEX triplet: 31, DC and F4. RGB value is (49,220,244). Sum of RGB (Red+Green+Blue) = 49+220+244=513 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.55% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #31DCF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCF4 is #CE230B. Grayscale: #ABABAB. Windows color (decimal): -13509388 or 16047153. OLE color: 16047153.
HSL color Cylindrical-coordinate representation of color #31DCF4: hue angle of 187.38º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31DCF4 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 220 | 244 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.04 |
| HSL | 187.38º | 0.9% | 0.57% | - |
| HSV(B) | 187.38º | 0.8% | 0.96% | - |
| XYZ | 43.19 | 58.37 | 94.58 | - |
| YUV | 171.61 | 168.85 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 244 | 0.80 | 0.10 | 0 | 0.04 | 187.38 | 0.9 | 0.57 |
| Hex | 31 | DC | F4 | 50 | A | 0 | 4 | BB | 5A | 39 |
| Octal | 61 | 334 | 364 | 120 | 12 | 0 | 4 | 273 | 132 | 71 |
| Binary | 110001 | 11011100 | 11110100 | 1010000 | 1010 | 0 | 100 | 10111011 | 1011010 | 111001 |
Color Harmonies of #31DCF4
Complementary color
Monochromatic Colors of #31DCF4
Black with #31DCF4
Text Example
Text Example
White with #31DCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCF4; }
p { color: rgb(49,220,244); }
H1.HeaderClassName
{
color: #31DCF4;
}
.AnyTagClassName
{
color: #31DCF4;
}
</style>
background-color css
<style>
a { background-color: #31DCF4; }
a { background-color: rgb(49,220,244); }
div.DivClassName
{
background-color: #31DCF4;
}
.BgClassName
{
background-color: #31DCF4;
}
</style>
border-color css
<style>
span { border-color: #31DCF4; }
span { border-color: rgb(49,220,244); }
td.TdClassName
{
border-color: #31DCF4;
}
.TagClassName
{
border-color: #31DCF4;
}
</style>