Shades of Turquoise #1FEEBD
Tints of Turquoise #1FEEBD
RGB
CMYK
RGB Variations
Color information
#1FEEBD (or 0x1FEEBD) is known color: Turquoise. HEX triplet: 1F, EE and BD. RGB value is (31,238,189). Sum of RGB (Red+Green+Blue) = 31+238+189=458 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.77% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEEBD is #E01142. Grayscale: #AAAAAA. Windows color (decimal): -14684483 or 12447263. OLE color: 12447263.
HSL color Cylindrical-coordinate representation of color #1FEEBD: hue angle of 165.8º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEEBD is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 189 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.07 |
| HSL | 165.8º | 0.86% | 0.53% | - |
| HSV(B) | 165.8º | 0.87% | 0.93% | - |
| XYZ | 40.32 | 65.11 | 58.59 | - |
| YUV | 170.52 | 138.42 | 28.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 189 | 0.87 | 0 | 0.21 | 0.07 | 165.8 | 0.86 | 0.53 |
| Hex | 1F | EE | BD | 57 | 0 | 15 | 7 | A6 | 56 | 35 |
| Octal | 37 | 356 | 275 | 127 | 0 | 25 | 7 | 246 | 126 | 65 |
| Binary | 11111 | 11101110 | 10111101 | 1010111 | 0 | 10101 | 111 | 10100110 | 1010110 | 110101 |
Color Harmonies of #1FEEBD
Complementary color
Monochromatic Colors of #1FEEBD
Black with #1FEEBD
Text Example
Text Example
White with #1FEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEEBD; }
p { color: rgb(31,238,189); }
H1.HeaderClassName
{
color: #1FEEBD;
}
.AnyTagClassName
{
color: #1FEEBD;
}
</style>
background-color css
<style>
a { background-color: #1FEEBD; }
a { background-color: rgb(31,238,189); }
div.DivClassName
{
background-color: #1FEEBD;
}
.BgClassName
{
background-color: #1FEEBD;
}
</style>
border-color css
<style>
span { border-color: #1FEEBD; }
span { border-color: rgb(31,238,189); }
td.TdClassName
{
border-color: #1FEEBD;
}
.TagClassName
{
border-color: #1FEEBD;
}
</style>