Shades of Bright Turquoise #1EE6F7
Tints of Bright Turquoise #1EE6F7
RGB
CMYK
RGB Variations
Color information
#1EE6F7 (or 0x1EE6F7) is known color: Bright Turquoise. HEX triplet: 1E, E6 and F7. RGB value is (30,230,247). Sum of RGB (Red+Green+Blue) = 30+230+247=507 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.92% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #1EE6F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EE6F7 is #E11908. Grayscale: #ABABAB. Windows color (decimal): -14752009 or 16246302. OLE color: 16246302.
HSL color Cylindrical-coordinate representation of color #1EE6F7: hue angle of 184.7º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EE6F7 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 230 | 247 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.03 |
| HSL | 184.7º | 0.93% | 0.54% | - |
| HSV(B) | 184.7º | 0.88% | 0.97% | - |
| XYZ | 45.62 | 63.59 | 97.86 | - |
| YUV | 172.14 | 170.24 | 26.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 230 | 247 | 0.88 | 0.07 | 0 | 0.03 | 184.7 | 0.93 | 0.54 |
| Hex | 1E | E6 | F7 | 58 | 7 | 0 | 3 | B9 | 5D | 36 |
| Octal | 36 | 346 | 367 | 130 | 7 | 0 | 3 | 271 | 135 | 66 |
| Binary | 11110 | 11100110 | 11110111 | 1011000 | 111 | 0 | 11 | 10111001 | 1011101 | 110110 |
Color Harmonies of #1EE6F7
Complementary color
Monochromatic Colors of #1EE6F7
Black with #1EE6F7
Text Example
Text Example
White with #1EE6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE6F7; }
p { color: rgb(30,230,247); }
H1.HeaderClassName
{
color: #1EE6F7;
}
.AnyTagClassName
{
color: #1EE6F7;
}
</style>
background-color css
<style>
a { background-color: #1EE6F7; }
a { background-color: rgb(30,230,247); }
div.DivClassName
{
background-color: #1EE6F7;
}
.BgClassName
{
background-color: #1EE6F7;
}
</style>
border-color css
<style>
span { border-color: #1EE6F7; }
span { border-color: rgb(30,230,247); }
td.TdClassName
{
border-color: #1EE6F7;
}
.TagClassName
{
border-color: #1EE6F7;
}
</style>