Shades of Turquoise #1FE4BD
Tints of Turquoise #1FE4BD
RGB
CMYK
RGB Variations
Color information
#1FE4BD (or 0x1FE4BD) is known color: Turquoise. HEX triplet: 1F, E4 and BD. RGB value is (31,228,189). Sum of RGB (Red+Green+Blue) = 31+228+189=448 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.92% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE4BD is #E01B42. Grayscale: #A4A4A4. Windows color (decimal): -14687043 or 12444703. OLE color: 12444703.
HSL color Cylindrical-coordinate representation of color #1FE4BD: hue angle of 168.12º 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 #1FE4BD is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 189 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.11 |
| HSL | 168.12º | 0.78% | 0.51% | - |
| HSV(B) | 168.12º | 0.86% | 0.89% | - |
| XYZ | 37.49 | 59.45 | 57.64 | - |
| YUV | 164.65 | 141.73 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 189 | 0.86 | 0 | 0.17 | 0.11 | 168.12 | 0.78 | 0.51 |
| Hex | 1F | E4 | BD | 56 | 0 | 11 | B | A8 | 4E | 33 |
| Octal | 37 | 344 | 275 | 126 | 0 | 21 | 13 | 250 | 116 | 63 |
| Binary | 11111 | 11100100 | 10111101 | 1010110 | 0 | 10001 | 1011 | 10101000 | 1001110 | 110011 |
Color Harmonies of #1FE4BD
Complementary color
Monochromatic Colors of #1FE4BD
Black with #1FE4BD
Text Example
Text Example
White with #1FE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE4BD; }
p { color: rgb(31,228,189); }
H1.HeaderClassName
{
color: #1FE4BD;
}
.AnyTagClassName
{
color: #1FE4BD;
}
</style>
background-color css
<style>
a { background-color: #1FE4BD; }
a { background-color: rgb(31,228,189); }
div.DivClassName
{
background-color: #1FE4BD;
}
.BgClassName
{
background-color: #1FE4BD;
}
</style>
border-color css
<style>
span { border-color: #1FE4BD; }
span { border-color: rgb(31,228,189); }
td.TdClassName
{
border-color: #1FE4BD;
}
.TagClassName
{
border-color: #1FE4BD;
}
</style>