Shades of Bright Turquoise #1FFCED
Tints of Bright Turquoise #1FFCED
RGB
CMYK
RGB Variations
Color information
#1FFCED (or 0x1FFCED) is known color: Bright Turquoise. HEX triplet: 1F, FC and ED. RGB value is (31,252,237). Sum of RGB (Red+Green+Blue) = 31+252+237=520 (68% of max value = 765). Red value is 31 (12.5% from 255 or 5.96% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFCED is #E00312. Grayscale: #B8B8B8. Windows color (decimal): -14680851 or 15596575. OLE color: 15596575.
HSL color Cylindrical-coordinate representation of color #1FFCED: hue angle of 175.93º 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 #1FFCED is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 237 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.01 |
| HSL | 175.93º | 0.97% | 0.55% | - |
| HSV(B) | 175.93º | 0.88% | 0.99% | - |
| XYZ | 50.66 | 76.03 | 92.13 | - |
| YUV | 184.21 | 157.78 | 18.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 237 | 0.88 | 0 | 0.06 | 0.01 | 175.93 | 0.97 | 0.55 |
| Hex | 1F | FC | ED | 58 | 0 | 6 | 1 | B0 | 61 | 37 |
| Octal | 37 | 374 | 355 | 130 | 0 | 6 | 1 | 260 | 141 | 67 |
| Binary | 11111 | 11111100 | 11101101 | 1011000 | 0 | 110 | 1 | 10110000 | 1100001 | 110111 |
Color Harmonies of #1FFCED
Complementary color
Monochromatic Colors of #1FFCED
Black with #1FFCED
Text Example
Text Example
White with #1FFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCED; }
p { color: rgb(31,252,237); }
H1.HeaderClassName
{
color: #1FFCED;
}
.AnyTagClassName
{
color: #1FFCED;
}
</style>
background-color css
<style>
a { background-color: #1FFCED; }
a { background-color: rgb(31,252,237); }
div.DivClassName
{
background-color: #1FFCED;
}
.BgClassName
{
background-color: #1FFCED;
}
</style>
border-color css
<style>
span { border-color: #1FFCED; }
span { border-color: rgb(31,252,237); }
td.TdClassName
{
border-color: #1FFCED;
}
.TagClassName
{
border-color: #1FFCED;
}
</style>