Shades of Bright Turquoise #1EDEFD
Tints of Bright Turquoise #1EDEFD
RGB
CMYK
RGB Variations
Color information
#1EDEFD (or 0x1EDEFD) is known color: Bright Turquoise. HEX triplet: 1E, DE and FD. RGB value is (30,222,253). Sum of RGB (Red+Green+Blue) = 30+222+253=505 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.94% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EDEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDEFD is #E12102. Grayscale: #A7A7A7. Windows color (decimal): -14754051 or 16637470. OLE color: 16637470.
HSL color Cylindrical-coordinate representation of color #1EDEFD: hue angle of 188.34º 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 #1EDEFD is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 222 | 253 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.01 |
| HSL | 188.34º | 0.98% | 0.55% | - |
| HSV(B) | 188.34º | 0.88% | 0.99% | - |
| XYZ | 44.39 | 59.61 | 102.1 | - |
| YUV | 168.13 | 175.89 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 253 | 0.88 | 0.12 | 0 | 0.01 | 188.34 | 0.98 | 0.55 |
| Hex | 1E | DE | FD | 58 | C | 0 | 1 | BC | 62 | 37 |
| Octal | 36 | 336 | 375 | 130 | 14 | 0 | 1 | 274 | 142 | 67 |
| Binary | 11110 | 11011110 | 11111101 | 1011000 | 1100 | 0 | 1 | 10111100 | 1100010 | 110111 |
Color Harmonies of #1EDEFD
Complementary color
Monochromatic Colors of #1EDEFD
Black with #1EDEFD
Text Example
Text Example
White with #1EDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDEFD; }
p { color: rgb(30,222,253); }
H1.HeaderClassName
{
color: #1EDEFD;
}
.AnyTagClassName
{
color: #1EDEFD;
}
</style>
background-color css
<style>
a { background-color: #1EDEFD; }
a { background-color: rgb(30,222,253); }
div.DivClassName
{
background-color: #1EDEFD;
}
.BgClassName
{
background-color: #1EDEFD;
}
</style>
border-color css
<style>
span { border-color: #1EDEFD; }
span { border-color: rgb(30,222,253); }
td.TdClassName
{
border-color: #1EDEFD;
}
.TagClassName
{
border-color: #1EDEFD;
}
</style>