Shades of Bright Turquoise #1FE1CC
Tints of Bright Turquoise #1FE1CC
RGB
CMYK
RGB Variations
Color information
#1FE1CC (or 0x1FE1CC) is known color: Bright Turquoise. HEX triplet: 1F, E1 and CC. RGB value is (31,225,204). Sum of RGB (Red+Green+Blue) = 31+225+204=460 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.74% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE1CC is #E01E33. Grayscale: #A4A4A4. Windows color (decimal): -14687796 or 13426975. OLE color: 13426975.
HSL color Cylindrical-coordinate representation of color #1FE1CC: hue angle of 173.51º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE1CC is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 204 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.12 |
| HSL | 173.51º | 0.76% | 0.5% | - |
| HSV(B) | 173.51º | 0.86% | 0.88% | - |
| XYZ | 38.39 | 58.5 | 66.4 | - |
| YUV | 164.6 | 150.23 | 32.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 204 | 0.86 | 0 | 0.09 | 0.12 | 173.51 | 0.76 | 0.5 |
| Hex | 1F | E1 | CC | 56 | 0 | 9 | C | AE | 4C | 32 |
| Octal | 37 | 341 | 314 | 126 | 0 | 11 | 14 | 256 | 114 | 62 |
| Binary | 11111 | 11100001 | 11001100 | 1010110 | 0 | 1001 | 1100 | 10101110 | 1001100 | 110010 |
Color Harmonies of #1FE1CC
Complementary color
Monochromatic Colors of #1FE1CC
Black with #1FE1CC
Text Example
Text Example
White with #1FE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE1CC; }
p { color: rgb(31,225,204); }
H1.HeaderClassName
{
color: #1FE1CC;
}
.AnyTagClassName
{
color: #1FE1CC;
}
</style>
background-color css
<style>
a { background-color: #1FE1CC; }
a { background-color: rgb(31,225,204); }
div.DivClassName
{
background-color: #1FE1CC;
}
.BgClassName
{
background-color: #1FE1CC;
}
</style>
border-color css
<style>
span { border-color: #1FE1CC; }
span { border-color: rgb(31,225,204); }
td.TdClassName
{
border-color: #1FE1CC;
}
.TagClassName
{
border-color: #1FE1CC;
}
</style>