Shades of Bright Turquoise #1FE3CC
Tints of Bright Turquoise #1FE3CC
RGB
CMYK
RGB Variations
Color information
#1FE3CC (or 0x1FE3CC) is known color: Bright Turquoise. HEX triplet: 1F, E3 and CC. RGB value is (31,227,204). Sum of RGB (Red+Green+Blue) = 31+227+204=462 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.71% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE3CC is #E01C33. Grayscale: #A5A5A5. Windows color (decimal): -14687284 or 13427487. OLE color: 13427487.
HSL color Cylindrical-coordinate representation of color #1FE3CC: hue angle of 172.96º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE3CC is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 227 | 204 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.11 |
| HSL | 172.96º | 0.78% | 0.51% | - |
| HSV(B) | 172.96º | 0.86% | 0.89% | - |
| XYZ | 38.93 | 59.59 | 66.58 | - |
| YUV | 165.77 | 149.57 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 227 | 204 | 0.86 | 0 | 0.10 | 0.11 | 172.96 | 0.78 | 0.51 |
| Hex | 1F | E3 | CC | 56 | 0 | A | B | AD | 4E | 33 |
| Octal | 37 | 343 | 314 | 126 | 0 | 12 | 13 | 255 | 116 | 63 |
| Binary | 11111 | 11100011 | 11001100 | 1010110 | 0 | 1010 | 1011 | 10101101 | 1001110 | 110011 |
Color Harmonies of #1FE3CC
Complementary color
Monochromatic Colors of #1FE3CC
Black with #1FE3CC
Text Example
Text Example
White with #1FE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE3CC; }
p { color: rgb(31,227,204); }
H1.HeaderClassName
{
color: #1FE3CC;
}
.AnyTagClassName
{
color: #1FE3CC;
}
</style>
background-color css
<style>
a { background-color: #1FE3CC; }
a { background-color: rgb(31,227,204); }
div.DivClassName
{
background-color: #1FE3CC;
}
.BgClassName
{
background-color: #1FE3CC;
}
</style>
border-color css
<style>
span { border-color: #1FE3CC; }
span { border-color: rgb(31,227,204); }
td.TdClassName
{
border-color: #1FE3CC;
}
.TagClassName
{
border-color: #1FE3CC;
}
</style>