Shades of Bright Turquoise #1EFCDF
Tints of Bright Turquoise #1EFCDF
RGB
CMYK
RGB Variations
Color information
#1EFCDF (or 0x1EFCDF) is known color: Bright Turquoise. HEX triplet: 1E, FC and DF. RGB value is (30,252,223). Sum of RGB (Red+Green+Blue) = 30+252+223=505 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.94% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFCDF is #E10320. Grayscale: #B6B6B6. Windows color (decimal): -14746401 or 14679070. OLE color: 14679070.
HSL color Cylindrical-coordinate representation of color #1EFCDF: hue angle of 172.16º degrees, saturation: 0.97, 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 #1EFCDF is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 252 | 223 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.01 |
| HSL | 172.16º | 0.97% | 0.55% | - |
| HSV(B) | 172.16º | 0.88% | 0.99% | - |
| XYZ | 48.67 | 75.22 | 81.77 | - |
| YUV | 182.32 | 150.95 | 19.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 223 | 0.88 | 0 | 0.12 | 0.01 | 172.16 | 0.97 | 0.55 |
| Hex | 1E | FC | DF | 58 | 0 | C | 1 | AC | 61 | 37 |
| Octal | 36 | 374 | 337 | 130 | 0 | 14 | 1 | 254 | 141 | 67 |
| Binary | 11110 | 11111100 | 11011111 | 1011000 | 0 | 1100 | 1 | 10101100 | 1100001 | 110111 |
Color Harmonies of #1EFCDF
Complementary color
Monochromatic Colors of #1EFCDF
Black with #1EFCDF
Text Example
Text Example
White with #1EFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFCDF; }
p { color: rgb(30,252,223); }
H1.HeaderClassName
{
color: #1EFCDF;
}
.AnyTagClassName
{
color: #1EFCDF;
}
</style>
background-color css
<style>
a { background-color: #1EFCDF; }
a { background-color: rgb(30,252,223); }
div.DivClassName
{
background-color: #1EFCDF;
}
.BgClassName
{
background-color: #1EFCDF;
}
</style>
border-color css
<style>
span { border-color: #1EFCDF; }
span { border-color: rgb(30,252,223); }
td.TdClassName
{
border-color: #1EFCDF;
}
.TagClassName
{
border-color: #1EFCDF;
}
</style>