Shades of Bright Turquoise #1FDFFE
Tints of Bright Turquoise #1FDFFE
RGB
CMYK
RGB Variations
Color information
#1FDFFE (or 0x1FDFFE) is known color: Bright Turquoise. HEX triplet: 1F, DF and FE. RGB value is (31,223,254). Sum of RGB (Red+Green+Blue) = 31+223+254=508 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.10% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FDFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDFFE is #E02001. Grayscale: #A8A8A8. Windows color (decimal): -14688258 or 16703263. OLE color: 16703263.
HSL color Cylindrical-coordinate representation of color #1FDFFE: hue angle of 188.34º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FDFFE is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 223 | 254 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.00 |
| HSL | 188.34º | 0.99% | 0.56% | - |
| HSV(B) | 188.34º | 0.88% | 1% | - |
| XYZ | 44.84 | 60.22 | 103.03 | - |
| YUV | 169.13 | 175.89 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 254 | 0.88 | 0.12 | 0 | 0.00 | 188.34 | 0.99 | 0.56 |
| Hex | 1F | DF | FE | 58 | C | 0 | 0 | BC | 63 | 38 |
| Octal | 37 | 337 | 376 | 130 | 14 | 0 | 0 | 274 | 143 | 70 |
| Binary | 11111 | 11011111 | 11111110 | 1011000 | 1100 | 0 | 0 | 10111100 | 1100011 | 111000 |
Color Harmonies of #1FDFFE
Complementary color
Monochromatic Colors of #1FDFFE
Black with #1FDFFE
Text Example
Text Example
White with #1FDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFFE; }
p { color: rgb(31,223,254); }
H1.HeaderClassName
{
color: #1FDFFE;
}
.AnyTagClassName
{
color: #1FDFFE;
}
</style>
background-color css
<style>
a { background-color: #1FDFFE; }
a { background-color: rgb(31,223,254); }
div.DivClassName
{
background-color: #1FDFFE;
}
.BgClassName
{
background-color: #1FDFFE;
}
</style>
border-color css
<style>
span { border-color: #1FDFFE; }
span { border-color: rgb(31,223,254); }
td.TdClassName
{
border-color: #1FDFFE;
}
.TagClassName
{
border-color: #1FDFFE;
}
</style>