Shades of Bright Turquoise #1EE0CC
Tints of Bright Turquoise #1EE0CC
RGB
CMYK
RGB Variations
Color information
#1EE0CC (or 0x1EE0CC) is known color: Bright Turquoise. HEX triplet: 1E, E0 and CC. RGB value is (30,224,204). Sum of RGB (Red+Green+Blue) = 30+224+204=458 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.55% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE0CC is #E11F33. Grayscale: #A3A3A3. Windows color (decimal): -14753588 or 13426718. OLE color: 13426718.
HSL color Cylindrical-coordinate representation of color #1EE0CC: hue angle of 173.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE0CC is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 204 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.12 |
| HSL | 173.81º | 0.76% | 0.5% | - |
| HSV(B) | 173.81º | 0.87% | 0.88% | - |
| XYZ | 38.09 | 57.95 | 66.3 | - |
| YUV | 163.71 | 150.73 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 204 | 0.87 | 0 | 0.09 | 0.12 | 173.81 | 0.76 | 0.5 |
| Hex | 1E | E0 | CC | 57 | 0 | 9 | C | AE | 4C | 32 |
| Octal | 36 | 340 | 314 | 127 | 0 | 11 | 14 | 256 | 114 | 62 |
| Binary | 11110 | 11100000 | 11001100 | 1010111 | 0 | 1001 | 1100 | 10101110 | 1001100 | 110010 |
Color Harmonies of #1EE0CC
Complementary color
Monochromatic Colors of #1EE0CC
Black with #1EE0CC
Text Example
Text Example
White with #1EE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE0CC; }
p { color: rgb(30,224,204); }
H1.HeaderClassName
{
color: #1EE0CC;
}
.AnyTagClassName
{
color: #1EE0CC;
}
</style>
background-color css
<style>
a { background-color: #1EE0CC; }
a { background-color: rgb(30,224,204); }
div.DivClassName
{
background-color: #1EE0CC;
}
.BgClassName
{
background-color: #1EE0CC;
}
</style>
border-color css
<style>
span { border-color: #1EE0CC; }
span { border-color: rgb(30,224,204); }
td.TdClassName
{
border-color: #1EE0CC;
}
.TagClassName
{
border-color: #1EE0CC;
}
</style>