Shades of Bright Turquoise #1FE2FF
Tints of Bright Turquoise #1FE2FF
RGB
CMYK
RGB Variations
Color information
#1FE2FF (or 0x1FE2FF) is known color: Bright Turquoise. HEX triplet: 1F, E2 and FF. RGB value is (31,226,255). Sum of RGB (Red+Green+Blue) = 31+226+255=512 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.05% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FE2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FE2FF is #E01D00. Grayscale: #AAAAAA. Windows color (decimal): -14687489 or 16769567. OLE color: 16769567.
HSL color Cylindrical-coordinate representation of color #1FE2FF: hue angle of 187.77º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FE2FF is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 226 | 255 | - |
| CMYK | 0.88 | 0.11 | 0 | 0 |
| HSL | 187.77º | 1% | 0.56% | - |
| HSV(B) | 187.77º | 0.88% | 1% | - |
| XYZ | 45.81 | 61.9 | 104.14 | - |
| YUV | 171 | 175.4 | 28.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 226 | 255 | 0.88 | 0.11 | 0 | 0 | 187.77 | 1 | 0.56 |
| Hex | 1F | E2 | FF | 58 | B | 0 | 0 | BC | 64 | 38 |
| Octal | 37 | 342 | 377 | 130 | 13 | 0 | 0 | 274 | 144 | 70 |
| Binary | 11111 | 11100010 | 11111111 | 1011000 | 1011 | 0 | 0 | 10111100 | 1100100 | 111000 |
Color Harmonies of #1FE2FF
Complementary color
Monochromatic Colors of #1FE2FF
Black with #1FE2FF
Text Example
Text Example
White with #1FE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE2FF; }
p { color: rgb(31,226,255); }
H1.HeaderClassName
{
color: #1FE2FF;
}
.AnyTagClassName
{
color: #1FE2FF;
}
</style>
background-color css
<style>
a { background-color: #1FE2FF; }
a { background-color: rgb(31,226,255); }
div.DivClassName
{
background-color: #1FE2FF;
}
.BgClassName
{
background-color: #1FE2FF;
}
</style>
border-color css
<style>
span { border-color: #1FE2FF; }
span { border-color: rgb(31,226,255); }
td.TdClassName
{
border-color: #1FE2FF;
}
.TagClassName
{
border-color: #1FE2FF;
}
</style>