Shades of Bright Turquoise #1FECD3
Tints of Bright Turquoise #1FECD3
RGB
CMYK
RGB Variations
Color information
#1FECD3 (or 0x1FECD3) is known color: Bright Turquoise. HEX triplet: 1F, EC and D3. RGB value is (31,236,211). Sum of RGB (Red+Green+Blue) = 31+236+211=478 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.49% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECD3 is #E0132C. Grayscale: #ABABAB. Windows color (decimal): -14684973 or 13888543. OLE color: 13888543.
HSL color Cylindrical-coordinate representation of color #1FECD3: hue angle of 172.68º 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 #1FECD3 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 211 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.07 |
| HSL | 172.68º | 0.84% | 0.52% | - |
| HSV(B) | 172.68º | 0.87% | 0.93% | - |
| XYZ | 42.32 | 64.99 | 71.94 | - |
| YUV | 171.86 | 150.08 | 27.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 211 | 0.87 | 0 | 0.11 | 0.07 | 172.68 | 0.84 | 0.52 |
| Hex | 1F | EC | D3 | 57 | 0 | B | 7 | AD | 54 | 34 |
| Octal | 37 | 354 | 323 | 127 | 0 | 13 | 7 | 255 | 124 | 64 |
| Binary | 11111 | 11101100 | 11010011 | 1010111 | 0 | 1011 | 111 | 10101101 | 1010100 | 110100 |
Color Harmonies of #1FECD3
Complementary color
Monochromatic Colors of #1FECD3
Black with #1FECD3
Text Example
Text Example
White with #1FECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECD3; }
p { color: rgb(31,236,211); }
H1.HeaderClassName
{
color: #1FECD3;
}
.AnyTagClassName
{
color: #1FECD3;
}
</style>
background-color css
<style>
a { background-color: #1FECD3; }
a { background-color: rgb(31,236,211); }
div.DivClassName
{
background-color: #1FECD3;
}
.BgClassName
{
background-color: #1FECD3;
}
</style>
border-color css
<style>
span { border-color: #1FECD3; }
span { border-color: rgb(31,236,211); }
td.TdClassName
{
border-color: #1FECD3;
}
.TagClassName
{
border-color: #1FECD3;
}
</style>