Shades of Turquoise #1FE0BD
Tints of Turquoise #1FE0BD
RGB
CMYK
RGB Variations
Color information
#1FE0BD (or 0x1FE0BD) is known color: Turquoise. HEX triplet: 1F, E0 and BD. RGB value is (31,224,189). Sum of RGB (Red+Green+Blue) = 31+224+189=444 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.98% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE0BD is #E01F42. Grayscale: #A2A2A2. Windows color (decimal): -14688067 or 12443679. OLE color: 12443679.
HSL color Cylindrical-coordinate representation of color #1FE0BD: hue angle of 169.12º 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 #1FE0BD is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 224 | 189 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.12 |
| HSL | 169.12º | 0.76% | 0.5% | - |
| HSV(B) | 169.12º | 0.86% | 0.88% | - |
| XYZ | 36.41 | 57.28 | 57.28 | - |
| YUV | 162.3 | 143.06 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 224 | 189 | 0.86 | 0 | 0.16 | 0.12 | 169.12 | 0.76 | 0.5 |
| Hex | 1F | E0 | BD | 56 | 0 | 10 | C | A9 | 4C | 32 |
| Octal | 37 | 340 | 275 | 126 | 0 | 20 | 14 | 251 | 114 | 62 |
| Binary | 11111 | 11100000 | 10111101 | 1010110 | 0 | 10000 | 1100 | 10101001 | 1001100 | 110010 |
Color Harmonies of #1FE0BD
Complementary color
Monochromatic Colors of #1FE0BD
Black with #1FE0BD
Text Example
Text Example
White with #1FE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE0BD; }
p { color: rgb(31,224,189); }
H1.HeaderClassName
{
color: #1FE0BD;
}
.AnyTagClassName
{
color: #1FE0BD;
}
</style>
background-color css
<style>
a { background-color: #1FE0BD; }
a { background-color: rgb(31,224,189); }
div.DivClassName
{
background-color: #1FE0BD;
}
.BgClassName
{
background-color: #1FE0BD;
}
</style>
border-color css
<style>
span { border-color: #1FE0BD; }
span { border-color: rgb(31,224,189); }
td.TdClassName
{
border-color: #1FE0BD;
}
.TagClassName
{
border-color: #1FE0BD;
}
</style>