Shades of Bright Turquoise #1FFCEE
Tints of Bright Turquoise #1FFCEE
RGB
CMYK
RGB Variations
Color information
#1FFCEE (or 0x1FFCEE) is known color: Bright Turquoise. HEX triplet: 1F, FC and EE. RGB value is (31,252,238). Sum of RGB (Red+Green+Blue) = 31+252+238=521 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.95% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFCEE is #E00311. Grayscale: #B8B8B8. Windows color (decimal): -14680850 or 15662111. OLE color: 15662111.
HSL color Cylindrical-coordinate representation of color #1FFCEE: hue angle of 176.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFCEE is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 238 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.01 |
| HSL | 176.2º | 0.97% | 0.55% | - |
| HSV(B) | 176.2º | 0.88% | 0.99% | - |
| XYZ | 50.81 | 76.09 | 92.9 | - |
| YUV | 184.33 | 158.28 | 18.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 238 | 0.88 | 0 | 0.06 | 0.01 | 176.2 | 0.97 | 0.55 |
| Hex | 1F | FC | EE | 58 | 0 | 6 | 1 | B0 | 61 | 37 |
| Octal | 37 | 374 | 356 | 130 | 0 | 6 | 1 | 260 | 141 | 67 |
| Binary | 11111 | 11111100 | 11101110 | 1011000 | 0 | 110 | 1 | 10110000 | 1100001 | 110111 |
Color Harmonies of #1FFCEE
Complementary color
Monochromatic Colors of #1FFCEE
Black with #1FFCEE
Text Example
Text Example
White with #1FFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCEE; }
p { color: rgb(31,252,238); }
H1.HeaderClassName
{
color: #1FFCEE;
}
.AnyTagClassName
{
color: #1FFCEE;
}
</style>
background-color css
<style>
a { background-color: #1FFCEE; }
a { background-color: rgb(31,252,238); }
div.DivClassName
{
background-color: #1FFCEE;
}
.BgClassName
{
background-color: #1FFCEE;
}
</style>
border-color css
<style>
span { border-color: #1FFCEE; }
span { border-color: rgb(31,252,238); }
td.TdClassName
{
border-color: #1FFCEE;
}
.TagClassName
{
border-color: #1FFCEE;
}
</style>