Shades of Bright Turquoise #1EFFDA
Tints of Bright Turquoise #1EFFDA
RGB
CMYK
RGB Variations
Color information
#1EFFDA (or 0x1EFFDA) is known color: Bright Turquoise. HEX triplet: 1E, FF and DA. RGB value is (30,255,218). Sum of RGB (Red+Green+Blue) = 30+255+218=503 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.96% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFFDA is #E10025. Grayscale: #B7B7B7. Windows color (decimal): -14745638 or 14352158. OLE color: 14352158.
HSL color Cylindrical-coordinate representation of color #1EFFDA: hue angle of 170.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFFDA is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 218 | - |
| CMYK | 0.88 | 0 | 0.15 | 0 |
| HSL | 170.13º | 1% | 0.56% | - |
| HSV(B) | 170.13º | 0.88% | 1% | - |
| XYZ | 48.95 | 76.86 | 78.58 | - |
| YUV | 183.51 | 147.46 | 18.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 218 | 0.88 | 0 | 0.15 | 0 | 170.13 | 1 | 0.56 |
| Hex | 1E | FF | DA | 58 | 0 | F | 0 | AA | 64 | 38 |
| Octal | 36 | 377 | 332 | 130 | 0 | 17 | 0 | 252 | 144 | 70 |
| Binary | 11110 | 11111111 | 11011010 | 1011000 | 0 | 1111 | 0 | 10101010 | 1100100 | 111000 |
Color Harmonies of #1EFFDA
Complementary color
Monochromatic Colors of #1EFFDA
Black with #1EFFDA
Text Example
Text Example
White with #1EFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFFDA; }
p { color: rgb(30,255,218); }
H1.HeaderClassName
{
color: #1EFFDA;
}
.AnyTagClassName
{
color: #1EFFDA;
}
</style>
background-color css
<style>
a { background-color: #1EFFDA; }
a { background-color: rgb(30,255,218); }
div.DivClassName
{
background-color: #1EFFDA;
}
.BgClassName
{
background-color: #1EFFDA;
}
</style>
border-color css
<style>
span { border-color: #1EFFDA; }
span { border-color: rgb(30,255,218); }
td.TdClassName
{
border-color: #1EFFDA;
}
.TagClassName
{
border-color: #1EFFDA;
}
</style>