Shades of Bright Turquoise #1EFDDF
Tints of Bright Turquoise #1EFDDF
RGB
CMYK
RGB Variations
Color information
#1EFDDF (or 0x1EFDDF) is known color: Bright Turquoise. HEX triplet: 1E, FD and DF. RGB value is (30,253,223). Sum of RGB (Red+Green+Blue) = 30+253+223=506 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.93% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFDDF is #E10220. Grayscale: #B6B6B6. Windows color (decimal): -14746145 or 14679326. OLE color: 14679326.
HSL color Cylindrical-coordinate representation of color #1EFDDF: hue angle of 171.93º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFDDF is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 253 | 223 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.01 |
| HSL | 171.93º | 0.98% | 0.55% | - |
| HSV(B) | 171.93º | 0.88% | 0.99% | - |
| XYZ | 48.98 | 75.85 | 81.87 | - |
| YUV | 182.9 | 150.62 | 18.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 253 | 223 | 0.88 | 0 | 0.12 | 0.01 | 171.93 | 0.98 | 0.55 |
| Hex | 1E | FD | DF | 58 | 0 | C | 1 | AC | 62 | 37 |
| Octal | 36 | 375 | 337 | 130 | 0 | 14 | 1 | 254 | 142 | 67 |
| Binary | 11110 | 11111101 | 11011111 | 1011000 | 0 | 1100 | 1 | 10101100 | 1100010 | 110111 |
Color Harmonies of #1EFDDF
Complementary color
Monochromatic Colors of #1EFDDF
Black with #1EFDDF
Text Example
Text Example
White with #1EFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFDDF; }
p { color: rgb(30,253,223); }
H1.HeaderClassName
{
color: #1EFDDF;
}
.AnyTagClassName
{
color: #1EFDDF;
}
</style>
background-color css
<style>
a { background-color: #1EFDDF; }
a { background-color: rgb(30,253,223); }
div.DivClassName
{
background-color: #1EFDDF;
}
.BgClassName
{
background-color: #1EFDDF;
}
</style>
border-color css
<style>
span { border-color: #1EFDDF; }
span { border-color: rgb(30,253,223); }
td.TdClassName
{
border-color: #1EFDDF;
}
.TagClassName
{
border-color: #1EFDDF;
}
</style>