Shades of Turquoise #31DDFE
Tints of Turquoise #31DDFE
RGB
CMYK
RGB Variations
Color information
#31DDFE (or 0x31DDFE) is known color: Turquoise. HEX triplet: 31, DD and FE. RGB value is (49,221,254). Sum of RGB (Red+Green+Blue) = 49+221+254=524 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.35% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #31DDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DDFE is #CE2201. Grayscale: #ADADAD. Windows color (decimal): -13509122 or 16702769. OLE color: 16702769.
HSL color Cylindrical-coordinate representation of color #31DDFE: hue angle of 189.66º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DDFE is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 221 | 254 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.00 |
| HSL | 189.66º | 0.99% | 0.59% | - |
| HSV(B) | 189.66º | 0.81% | 1% | - |
| XYZ | 45.01 | 59.52 | 102.88 | - |
| YUV | 173.33 | 173.52 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 254 | 0.81 | 0.13 | 0 | 0.00 | 189.66 | 0.99 | 0.59 |
| Hex | 31 | DD | FE | 51 | D | 0 | 0 | BE | 63 | 3B |
| Octal | 61 | 335 | 376 | 121 | 15 | 0 | 0 | 276 | 143 | 73 |
| Binary | 110001 | 11011101 | 11111110 | 1010001 | 1101 | 0 | 0 | 10111110 | 1100011 | 111011 |
Color Harmonies of #31DDFE
Complementary color
Monochromatic Colors of #31DDFE
Black with #31DDFE
Text Example
Text Example
White with #31DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDFE; }
p { color: rgb(49,221,254); }
H1.HeaderClassName
{
color: #31DDFE;
}
.AnyTagClassName
{
color: #31DDFE;
}
</style>
background-color css
<style>
a { background-color: #31DDFE; }
a { background-color: rgb(49,221,254); }
div.DivClassName
{
background-color: #31DDFE;
}
.BgClassName
{
background-color: #31DDFE;
}
</style>
border-color css
<style>
span { border-color: #31DDFE; }
span { border-color: rgb(49,221,254); }
td.TdClassName
{
border-color: #31DDFE;
}
.TagClassName
{
border-color: #31DDFE;
}
</style>