Shades of Bright Turquoise #1EFFDF
Tints of Bright Turquoise #1EFFDF
RGB
CMYK
RGB Variations
Color information
#1EFFDF (or 0x1EFFDF) is known color: Bright Turquoise. HEX triplet: 1E, FF and DF. RGB value is (30,255,223). Sum of RGB (Red+Green+Blue) = 30+255+223=508 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.91% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFFDF is #E10020. Grayscale: #B7B7B7. Windows color (decimal): -14745633 or 14679838. OLE color: 14679838.
HSL color Cylindrical-coordinate representation of color #1EFFDF: hue angle of 171.47º 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 #1EFFDF is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 223 | - |
| CMYK | 0.88 | 0 | 0.13 | 0 |
| HSL | 171.47º | 1% | 0.56% | - |
| HSV(B) | 171.47º | 0.88% | 1% | - |
| XYZ | 49.61 | 77.12 | 82.08 | - |
| YUV | 184.08 | 149.96 | 18.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 223 | 0.88 | 0 | 0.13 | 0 | 171.47 | 1 | 0.56 |
| Hex | 1E | FF | DF | 58 | 0 | D | 0 | AB | 64 | 38 |
| Octal | 36 | 377 | 337 | 130 | 0 | 15 | 0 | 253 | 144 | 70 |
| Binary | 11110 | 11111111 | 11011111 | 1011000 | 0 | 1101 | 0 | 10101011 | 1100100 | 111000 |
Color Harmonies of #1EFFDF
Complementary color
Monochromatic Colors of #1EFFDF
Black with #1EFFDF
Text Example
Text Example
White with #1EFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFFDF; }
p { color: rgb(30,255,223); }
H1.HeaderClassName
{
color: #1EFFDF;
}
.AnyTagClassName
{
color: #1EFFDF;
}
</style>
background-color css
<style>
a { background-color: #1EFFDF; }
a { background-color: rgb(30,255,223); }
div.DivClassName
{
background-color: #1EFFDF;
}
.BgClassName
{
background-color: #1EFFDF;
}
</style>
border-color css
<style>
span { border-color: #1EFFDF; }
span { border-color: rgb(30,255,223); }
td.TdClassName
{
border-color: #1EFFDF;
}
.TagClassName
{
border-color: #1EFFDF;
}
</style>