Shades of Bright Turquoise #1FFBEE
Tints of Bright Turquoise #1FFBEE
RGB
CMYK
RGB Variations
Color information
#1FFBEE (or 0x1FFBEE) is known color: Bright Turquoise. HEX triplet: 1F, FB and EE. RGB value is (31,251,238). Sum of RGB (Red+Green+Blue) = 31+251+238=520 (68% of max value = 765). Red value is 31 (12.5% from 255 or 5.96% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFBEE is #E00411. Grayscale: #B7B7B7. Windows color (decimal): -14681106 or 15661855. OLE color: 15661855.
HSL color Cylindrical-coordinate representation of color #1FFBEE: hue angle of 176.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFBEE is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 251 | 238 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.02 |
| HSL | 176.45º | 0.96% | 0.55% | - |
| HSV(B) | 176.45º | 0.88% | 0.98% | - |
| XYZ | 50.49 | 75.46 | 92.79 | - |
| YUV | 183.74 | 158.61 | 19.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 251 | 238 | 0.88 | 0 | 0.05 | 0.02 | 176.45 | 0.96 | 0.55 |
| Hex | 1F | FB | EE | 58 | 0 | 5 | 2 | B0 | 60 | 37 |
| Octal | 37 | 373 | 356 | 130 | 0 | 5 | 2 | 260 | 140 | 67 |
| Binary | 11111 | 11111011 | 11101110 | 1011000 | 0 | 101 | 10 | 10110000 | 1100000 | 110111 |
Color Harmonies of #1FFBEE
Complementary color
Monochromatic Colors of #1FFBEE
Black with #1FFBEE
Text Example
Text Example
White with #1FFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFBEE; }
p { color: rgb(31,251,238); }
H1.HeaderClassName
{
color: #1FFBEE;
}
.AnyTagClassName
{
color: #1FFBEE;
}
</style>
background-color css
<style>
a { background-color: #1FFBEE; }
a { background-color: rgb(31,251,238); }
div.DivClassName
{
background-color: #1FFBEE;
}
.BgClassName
{
background-color: #1FFBEE;
}
</style>
border-color css
<style>
span { border-color: #1FFBEE; }
span { border-color: rgb(31,251,238); }
td.TdClassName
{
border-color: #1FFBEE;
}
.TagClassName
{
border-color: #1FFBEE;
}
</style>