Shades of Bright Turquoise #1EF3D3
Tints of Bright Turquoise #1EF3D3
RGB
CMYK
RGB Variations
Color information
#1EF3D3 (or 0x1EF3D3) is known color: Bright Turquoise. HEX triplet: 1E, F3 and D3. RGB value is (30,243,211). Sum of RGB (Red+Green+Blue) = 30+243+211=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF3D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF3D3 is #E10C2C. Grayscale: #AFAFAF. Windows color (decimal): -14748717 or 13890334. OLE color: 13890334.
HSL color Cylindrical-coordinate representation of color #1EF3D3: hue angle of 170.99º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF3D3 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 243 | 211 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.05 |
| HSL | 170.99º | 0.9% | 0.54% | - |
| HSV(B) | 170.99º | 0.88% | 0.95% | - |
| XYZ | 44.34 | 69.08 | 72.62 | - |
| YUV | 175.67 | 147.93 | 24.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 243 | 211 | 0.88 | 0 | 0.13 | 0.05 | 170.99 | 0.9 | 0.54 |
| Hex | 1E | F3 | D3 | 58 | 0 | D | 5 | AB | 5A | 36 |
| Octal | 36 | 363 | 323 | 130 | 0 | 15 | 5 | 253 | 132 | 66 |
| Binary | 11110 | 11110011 | 11010011 | 1011000 | 0 | 1101 | 101 | 10101011 | 1011010 | 110110 |
Color Harmonies of #1EF3D3
Complementary color
Monochromatic Colors of #1EF3D3
Black with #1EF3D3
Text Example
Text Example
White with #1EF3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF3D3; }
p { color: rgb(30,243,211); }
H1.HeaderClassName
{
color: #1EF3D3;
}
.AnyTagClassName
{
color: #1EF3D3;
}
</style>
background-color css
<style>
a { background-color: #1EF3D3; }
a { background-color: rgb(30,243,211); }
div.DivClassName
{
background-color: #1EF3D3;
}
.BgClassName
{
background-color: #1EF3D3;
}
</style>
border-color css
<style>
span { border-color: #1EF3D3; }
span { border-color: rgb(30,243,211); }
td.TdClassName
{
border-color: #1EF3D3;
}
.TagClassName
{
border-color: #1EF3D3;
}
</style>