Shades of Bright Turquoise #1FECCC
Tints of Bright Turquoise #1FECCC
RGB
CMYK
RGB Variations
Color information
#1FECCC (or 0x1FECCC) is known color: Bright Turquoise. HEX triplet: 1F, EC and CC. RGB value is (31,236,204). Sum of RGB (Red+Green+Blue) = 31+236+204=471 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.58% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECCC is #E01333. Grayscale: #AAAAAA. Windows color (decimal): -14684980 or 13429791. OLE color: 13429791.
HSL color Cylindrical-coordinate representation of color #1FECCC: hue angle of 170.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FECCC is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 204 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.07 |
| HSL | 170.63º | 0.84% | 0.52% | - |
| HSV(B) | 170.63º | 0.87% | 0.93% | - |
| XYZ | 41.46 | 64.64 | 67.42 | - |
| YUV | 171.06 | 146.58 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 204 | 0.87 | 0 | 0.14 | 0.07 | 170.63 | 0.84 | 0.52 |
| Hex | 1F | EC | CC | 57 | 0 | E | 7 | AB | 54 | 34 |
| Octal | 37 | 354 | 314 | 127 | 0 | 16 | 7 | 253 | 124 | 64 |
| Binary | 11111 | 11101100 | 11001100 | 1010111 | 0 | 1110 | 111 | 10101011 | 1010100 | 110100 |
Color Harmonies of #1FECCC
Complementary color
Monochromatic Colors of #1FECCC
Black with #1FECCC
Text Example
Text Example
White with #1FECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECCC; }
p { color: rgb(31,236,204); }
H1.HeaderClassName
{
color: #1FECCC;
}
.AnyTagClassName
{
color: #1FECCC;
}
</style>
background-color css
<style>
a { background-color: #1FECCC; }
a { background-color: rgb(31,236,204); }
div.DivClassName
{
background-color: #1FECCC;
}
.BgClassName
{
background-color: #1FECCC;
}
</style>
border-color css
<style>
span { border-color: #1FECCC; }
span { border-color: rgb(31,236,204); }
td.TdClassName
{
border-color: #1FECCC;
}
.TagClassName
{
border-color: #1FECCC;
}
</style>