Shades of Bright Turquoise #1FECEE
Tints of Bright Turquoise #1FECEE
RGB
CMYK
RGB Variations
Color information
#1FECEE (or 0x1FECEE) is known color: Bright Turquoise. HEX triplet: 1F, EC and EE. RGB value is (31,236,238). Sum of RGB (Red+Green+Blue) = 31+236+238=505 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.14% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FECEE is #E01311. Grayscale: #AEAEAE. Windows color (decimal): -14684946 or 15658015. OLE color: 15658015.
HSL color Cylindrical-coordinate representation of color #1FECEE: hue angle of 180.58º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FECEE is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 238 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.07 |
| HSL | 180.58º | 0.86% | 0.53% | - |
| HSV(B) | 180.58º | 0.87% | 0.93% | - |
| XYZ | 45.99 | 66.46 | 91.29 | - |
| YUV | 174.93 | 163.58 | 25.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 238 | 0.87 | 0.01 | 0 | 0.07 | 180.58 | 0.86 | 0.53 |
| Hex | 1F | EC | EE | 57 | 1 | 0 | 7 | B5 | 56 | 35 |
| Octal | 37 | 354 | 356 | 127 | 1 | 0 | 7 | 265 | 126 | 65 |
| Binary | 11111 | 11101100 | 11101110 | 1010111 | 1 | 0 | 111 | 10110101 | 1010110 | 110101 |
Color Harmonies of #1FECEE
Complementary color
Monochromatic Colors of #1FECEE
Black with #1FECEE
Text Example
Text Example
White with #1FECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECEE; }
p { color: rgb(31,236,238); }
H1.HeaderClassName
{
color: #1FECEE;
}
.AnyTagClassName
{
color: #1FECEE;
}
</style>
background-color css
<style>
a { background-color: #1FECEE; }
a { background-color: rgb(31,236,238); }
div.DivClassName
{
background-color: #1FECEE;
}
.BgClassName
{
background-color: #1FECEE;
}
</style>
border-color css
<style>
span { border-color: #1FECEE; }
span { border-color: rgb(31,236,238); }
td.TdClassName
{
border-color: #1FECEE;
}
.TagClassName
{
border-color: #1FECEE;
}
</style>