Shades of Turquoise #1FEEC1
Tints of Turquoise #1FEEC1
RGB
CMYK
RGB Variations
Color information
#1FEEC1 (or 0x1FEEC1) is known color: Turquoise. HEX triplet: 1F, EE and C1. RGB value is (31,238,193). Sum of RGB (Red+Green+Blue) = 31+238+193=462 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.71% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEEC1 is #E0113E. Grayscale: #AAAAAA. Windows color (decimal): -14684479 or 12709407. OLE color: 12709407.
HSL color Cylindrical-coordinate representation of color #1FEEC1: hue angle of 166.96º 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 #1FEEC1 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 193 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.07 |
| HSL | 166.96º | 0.86% | 0.53% | - |
| HSV(B) | 166.96º | 0.87% | 0.93% | - |
| XYZ | 40.77 | 65.29 | 60.91 | - |
| YUV | 170.98 | 140.42 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 193 | 0.87 | 0 | 0.19 | 0.07 | 166.96 | 0.86 | 0.53 |
| Hex | 1F | EE | C1 | 57 | 0 | 13 | 7 | A7 | 56 | 35 |
| Octal | 37 | 356 | 301 | 127 | 0 | 23 | 7 | 247 | 126 | 65 |
| Binary | 11111 | 11101110 | 11000001 | 1010111 | 0 | 10011 | 111 | 10100111 | 1010110 | 110101 |
Color Harmonies of #1FEEC1
Complementary color
Monochromatic Colors of #1FEEC1
Black with #1FEEC1
Text Example
Text Example
White with #1FEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEEC1; }
p { color: rgb(31,238,193); }
H1.HeaderClassName
{
color: #1FEEC1;
}
.AnyTagClassName
{
color: #1FEEC1;
}
</style>
background-color css
<style>
a { background-color: #1FEEC1; }
a { background-color: rgb(31,238,193); }
div.DivClassName
{
background-color: #1FEEC1;
}
.BgClassName
{
background-color: #1FEEC1;
}
</style>
border-color css
<style>
span { border-color: #1FEEC1; }
span { border-color: rgb(31,238,193); }
td.TdClassName
{
border-color: #1FEEC1;
}
.TagClassName
{
border-color: #1FEEC1;
}
</style>