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