Shades of Turquoise #1FDEBD
Tints of Turquoise #1FDEBD
RGB
CMYK
RGB Variations
Color information
#1FDEBD (or 0x1FDEBD) is known color: Turquoise. HEX triplet: 1F, DE and BD. RGB value is (31,222,189). Sum of RGB (Red+Green+Blue) = 31+222+189=442 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.01% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDEBD is #E02142. Grayscale: #A1A1A1. Windows color (decimal): -14688579 or 12443167. OLE color: 12443167.
HSL color Cylindrical-coordinate representation of color #1FDEBD: hue angle of 169.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDEBD is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 222 | 189 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.13 |
| HSL | 169.63º | 0.75% | 0.5% | - |
| HSV(B) | 169.63º | 0.86% | 0.87% | - |
| XYZ | 35.87 | 56.21 | 57.1 | - |
| YUV | 161.13 | 143.72 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 189 | 0.86 | 0 | 0.15 | 0.13 | 169.63 | 0.75 | 0.5 |
| Hex | 1F | DE | BD | 56 | 0 | F | D | AA | 4B | 32 |
| Octal | 37 | 336 | 275 | 126 | 0 | 17 | 15 | 252 | 113 | 62 |
| Binary | 11111 | 11011110 | 10111101 | 1010110 | 0 | 1111 | 1101 | 10101010 | 1001011 | 110010 |
Color Harmonies of #1FDEBD
Complementary color
Monochromatic Colors of #1FDEBD
Black with #1FDEBD
Text Example
Text Example
White with #1FDEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDEBD; }
p { color: rgb(31,222,189); }
H1.HeaderClassName
{
color: #1FDEBD;
}
.AnyTagClassName
{
color: #1FDEBD;
}
</style>
background-color css
<style>
a { background-color: #1FDEBD; }
a { background-color: rgb(31,222,189); }
div.DivClassName
{
background-color: #1FDEBD;
}
.BgClassName
{
background-color: #1FDEBD;
}
</style>
border-color css
<style>
span { border-color: #1FDEBD; }
span { border-color: rgb(31,222,189); }
td.TdClassName
{
border-color: #1FDEBD;
}
.TagClassName
{
border-color: #1FDEBD;
}
</style>