Shades of Bright Turquoise #1FE5CC
Tints of Bright Turquoise #1FE5CC
RGB
CMYK
RGB Variations
Color information
#1FE5CC (or 0x1FE5CC) is known color: Bright Turquoise. HEX triplet: 1F, E5 and CC. RGB value is (31,229,204). Sum of RGB (Red+Green+Blue) = 31+229+204=464 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.68% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE5CC is #E01A33. Grayscale: #A6A6A6. Windows color (decimal): -14686772 or 13427999. OLE color: 13427999.
HSL color Cylindrical-coordinate representation of color #1FE5CC: hue angle of 172.42º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE5CC is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 229 | 204 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.10 |
| HSL | 172.42º | 0.79% | 0.51% | - |
| HSV(B) | 172.42º | 0.86% | 0.9% | - |
| XYZ | 39.48 | 60.69 | 66.76 | - |
| YUV | 166.95 | 148.9 | 31.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 229 | 204 | 0.86 | 0 | 0.11 | 0.10 | 172.42 | 0.79 | 0.51 |
| Hex | 1F | E5 | CC | 56 | 0 | B | A | AC | 4F | 33 |
| Octal | 37 | 345 | 314 | 126 | 0 | 13 | 12 | 254 | 117 | 63 |
| Binary | 11111 | 11100101 | 11001100 | 1010110 | 0 | 1011 | 1010 | 10101100 | 1001111 | 110011 |
Color Harmonies of #1FE5CC
Complementary color
Monochromatic Colors of #1FE5CC
Black with #1FE5CC
Text Example
Text Example
White with #1FE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE5CC; }
p { color: rgb(31,229,204); }
H1.HeaderClassName
{
color: #1FE5CC;
}
.AnyTagClassName
{
color: #1FE5CC;
}
</style>
background-color css
<style>
a { background-color: #1FE5CC; }
a { background-color: rgb(31,229,204); }
div.DivClassName
{
background-color: #1FE5CC;
}
.BgClassName
{
background-color: #1FE5CC;
}
</style>
border-color css
<style>
span { border-color: #1FE5CC; }
span { border-color: rgb(31,229,204); }
td.TdClassName
{
border-color: #1FE5CC;
}
.TagClassName
{
border-color: #1FE5CC;
}
</style>