Shades of Bright Turquoise #1FEECD
Tints of Bright Turquoise #1FEECD
RGB
CMYK
RGB Variations
Color information
#1FEECD (or 0x1FEECD) is known color: Bright Turquoise. HEX triplet: 1F, EE and CD. RGB value is (31,238,205). Sum of RGB (Red+Green+Blue) = 31+238+205=474 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.54% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEECD is #E01132. Grayscale: #ACACAC. Windows color (decimal): -14684467 or 13495839. OLE color: 13495839.
HSL color Cylindrical-coordinate representation of color #1FEECD: hue angle of 170.43º 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 #1FEECD is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 205 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.07 |
| HSL | 170.43º | 0.86% | 0.53% | - |
| HSV(B) | 170.43º | 0.87% | 0.93% | - |
| XYZ | 42.16 | 65.85 | 68.25 | - |
| YUV | 172.35 | 146.42 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 205 | 0.87 | 0 | 0.14 | 0.07 | 170.43 | 0.86 | 0.53 |
| Hex | 1F | EE | CD | 57 | 0 | E | 7 | AA | 56 | 35 |
| Octal | 37 | 356 | 315 | 127 | 0 | 16 | 7 | 252 | 126 | 65 |
| Binary | 11111 | 11101110 | 11001101 | 1010111 | 0 | 1110 | 111 | 10101010 | 1010110 | 110101 |
Color Harmonies of #1FEECD
Complementary color
Monochromatic Colors of #1FEECD
Black with #1FEECD
Text Example
Text Example
White with #1FEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEECD; }
p { color: rgb(31,238,205); }
H1.HeaderClassName
{
color: #1FEECD;
}
.AnyTagClassName
{
color: #1FEECD;
}
</style>
background-color css
<style>
a { background-color: #1FEECD; }
a { background-color: rgb(31,238,205); }
div.DivClassName
{
background-color: #1FEECD;
}
.BgClassName
{
background-color: #1FEECD;
}
</style>
border-color css
<style>
span { border-color: #1FEECD; }
span { border-color: rgb(31,238,205); }
td.TdClassName
{
border-color: #1FEECD;
}
.TagClassName
{
border-color: #1FEECD;
}
</style>