Shades of Bright Turquoise #1FE5CD
Tints of Bright Turquoise #1FE5CD
RGB
CMYK
RGB Variations
Color information
#1FE5CD (or 0x1FE5CD) is known color: Bright Turquoise. HEX triplet: 1F, E5 and CD. RGB value is (31,229,205). Sum of RGB (Red+Green+Blue) = 31+229+205=465 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.67% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE5CD is #E01A32. Grayscale: #A6A6A6. Windows color (decimal): -14686771 or 13493535. OLE color: 13493535.
HSL color Cylindrical-coordinate representation of color #1FE5CD: hue angle of 172.73º 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 #1FE5CD is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 229 | 205 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.10 |
| HSL | 172.73º | 0.79% | 0.51% | - |
| HSV(B) | 172.73º | 0.86% | 0.9% | - |
| XYZ | 39.6 | 60.74 | 67.39 | - |
| YUV | 167.06 | 149.4 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 229 | 205 | 0.86 | 0 | 0.10 | 0.10 | 172.73 | 0.79 | 0.51 |
| Hex | 1F | E5 | CD | 56 | 0 | A | A | AD | 4F | 33 |
| Octal | 37 | 345 | 315 | 126 | 0 | 12 | 12 | 255 | 117 | 63 |
| Binary | 11111 | 11100101 | 11001101 | 1010110 | 0 | 1010 | 1010 | 10101101 | 1001111 | 110011 |
Color Harmonies of #1FE5CD
Complementary color
Monochromatic Colors of #1FE5CD
Black with #1FE5CD
Text Example
Text Example
White with #1FE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE5CD; }
p { color: rgb(31,229,205); }
H1.HeaderClassName
{
color: #1FE5CD;
}
.AnyTagClassName
{
color: #1FE5CD;
}
</style>
background-color css
<style>
a { background-color: #1FE5CD; }
a { background-color: rgb(31,229,205); }
div.DivClassName
{
background-color: #1FE5CD;
}
.BgClassName
{
background-color: #1FE5CD;
}
</style>
border-color css
<style>
span { border-color: #1FE5CD; }
span { border-color: rgb(31,229,205); }
td.TdClassName
{
border-color: #1FE5CD;
}
.TagClassName
{
border-color: #1FE5CD;
}
</style>