Shades of Bright Turquoise #1EE3D4
Tints of Bright Turquoise #1EE3D4
RGB
CMYK
RGB Variations
Color information
#1EE3D4 (or 0x1EE3D4) is known color: Bright Turquoise. HEX triplet: 1E, E3 and D4. RGB value is (30,227,212). Sum of RGB (Red+Green+Blue) = 30+227+212=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #1EE3D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE3D4 is #E11C2B. Grayscale: #A6A6A6. Windows color (decimal): -14752812 or 13951774. OLE color: 13951774.
HSL color Cylindrical-coordinate representation of color #1EE3D4: hue angle of 175.43º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE3D4 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 227 | 212 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.11 |
| HSL | 175.43º | 0.78% | 0.5% | - |
| HSV(B) | 175.43º | 0.87% | 0.89% | - |
| XYZ | 39.89 | 59.97 | 71.76 | - |
| YUV | 166.39 | 153.73 | 30.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 227 | 212 | 0.87 | 0 | 0.07 | 0.11 | 175.43 | 0.78 | 0.5 |
| Hex | 1E | E3 | D4 | 57 | 0 | 7 | B | AF | 4E | 32 |
| Octal | 36 | 343 | 324 | 127 | 0 | 7 | 13 | 257 | 116 | 62 |
| Binary | 11110 | 11100011 | 11010100 | 1010111 | 0 | 111 | 1011 | 10101111 | 1001110 | 110010 |
Color Harmonies of #1EE3D4
Complementary color
Monochromatic Colors of #1EE3D4
Black with #1EE3D4
Text Example
Text Example
White with #1EE3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE3D4; }
p { color: rgb(30,227,212); }
H1.HeaderClassName
{
color: #1EE3D4;
}
.AnyTagClassName
{
color: #1EE3D4;
}
</style>
background-color css
<style>
a { background-color: #1EE3D4; }
a { background-color: rgb(30,227,212); }
div.DivClassName
{
background-color: #1EE3D4;
}
.BgClassName
{
background-color: #1EE3D4;
}
</style>
border-color css
<style>
span { border-color: #1EE3D4; }
span { border-color: rgb(30,227,212); }
td.TdClassName
{
border-color: #1EE3D4;
}
.TagClassName
{
border-color: #1EE3D4;
}
</style>