Shades of Bright Turquoise #1FECC6
Tints of Bright Turquoise #1FECC6
RGB
CMYK
RGB Variations
Color information
#1FECC6 (or 0x1FECC6) is known color: Bright Turquoise. HEX triplet: 1F, EC and C6. RGB value is (31,236,198). Sum of RGB (Red+Green+Blue) = 31+236+198=465 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.67% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECC6 is #E01339. Grayscale: #AAAAAA. Windows color (decimal): -14684986 or 13036575. OLE color: 13036575.
HSL color Cylindrical-coordinate representation of color #1FECC6: hue angle of 168.88º 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 #1FECC6 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 31 | 236 | 198 | - |
CMYK | 0.87 | 0 | 0.16 | 0.07 |
HSL | 168.88º | 0.84% | 0.52% | - |
HSV(B) | 168.88º | 0.87% | 0.93% | - |
XYZ | 40.75 | 64.36 | 63.7 | - |
YUV | 170.37 | 143.58 | 28.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 236 | 198 | 0.87 | 0 | 0.16 | 0.07 | 168.88 | 0.84 | 0.52 |
Hex | 1F | EC | C6 | 57 | 0 | 10 | 7 | A9 | 54 | 34 |
Octal | 37 | 354 | 306 | 127 | 0 | 20 | 7 | 251 | 124 | 64 |
Binary | 11111 | 11101100 | 11000110 | 1010111 | 0 | 10000 | 111 | 10101001 | 1010100 | 110100 |
Color Harmonies of #1FECC6
Complementary color
Monochromatic Colors of #1FECC6
Black with #1FECC6
Text Example
Text Example
White with #1FECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECC6; }
p { color: rgb(31,236,198); }
H1.HeaderClassName
{
color: #1FECC6;
}
.AnyTagClassName
{
color: #1FECC6;
}
</style>
background-color css
<style>
a { background-color: #1FECC6; }
a { background-color: rgb(31,236,198); }
div.DivClassName
{
background-color: #1FECC6;
}
.BgClassName
{
background-color: #1FECC6;
}
</style>
border-color css
<style>
span { border-color: #1FECC6; }
span { border-color: rgb(31,236,198); }
td.TdClassName
{
border-color: #1FECC6;
}
.TagClassName
{
border-color: #1FECC6;
}
</style>