Shades of Bright Turquoise #1EDEFC
Tints of Bright Turquoise #1EDEFC
RGB
CMYK
RGB Variations
Color information
#1EDEFC (or 0x1EDEFC) is known color: Bright Turquoise. HEX triplet: 1E, DE and FC. RGB value is (30,222,252). Sum of RGB (Red+Green+Blue) = 30+222+252=504 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.95% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EDEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDEFC is #E12103. Grayscale: #A7A7A7. Windows color (decimal): -14754052 or 16571934. OLE color: 16571934.
HSL color Cylindrical-coordinate representation of color #1EDEFC: hue angle of 188.11º 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 #1EDEFC is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 222 | 252 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.01 |
| HSL | 188.11º | 0.97% | 0.55% | - |
| HSV(B) | 188.11º | 0.88% | 0.99% | - |
| XYZ | 44.23 | 59.55 | 101.26 | - |
| YUV | 168.01 | 175.39 | 29.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 252 | 0.88 | 0.12 | 0 | 0.01 | 188.11 | 0.97 | 0.55 |
| Hex | 1E | DE | FC | 58 | C | 0 | 1 | BC | 61 | 37 |
| Octal | 36 | 336 | 374 | 130 | 14 | 0 | 1 | 274 | 141 | 67 |
| Binary | 11110 | 11011110 | 11111100 | 1011000 | 1100 | 0 | 1 | 10111100 | 1100001 | 110111 |
Color Harmonies of #1EDEFC
Complementary color
Monochromatic Colors of #1EDEFC
Black with #1EDEFC
Text Example
Text Example
White with #1EDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDEFC; }
p { color: rgb(30,222,252); }
H1.HeaderClassName
{
color: #1EDEFC;
}
.AnyTagClassName
{
color: #1EDEFC;
}
</style>
background-color css
<style>
a { background-color: #1EDEFC; }
a { background-color: rgb(30,222,252); }
div.DivClassName
{
background-color: #1EDEFC;
}
.BgClassName
{
background-color: #1EDEFC;
}
</style>
border-color css
<style>
span { border-color: #1EDEFC; }
span { border-color: rgb(30,222,252); }
td.TdClassName
{
border-color: #1EDEFC;
}
.TagClassName
{
border-color: #1EDEFC;
}
</style>