Shades of Bright Turquoise #1EEEEE
Tints of Bright Turquoise #1EEEEE
RGB
CMYK
RGB Variations
Color information
#1EEEEE (or 0x1EEEEE) is known color: Bright Turquoise. HEX triplet: 1E, EE and EE. RGB value is (30,238,238). Sum of RGB (Red+Green+Blue) = 30+238+238=506 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.93% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #1EEEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEEEE is #E11111. Grayscale: #AFAFAF. Windows color (decimal): -14749970 or 15658526. OLE color: 15658526.
HSL color Cylindrical-coordinate representation of color #1EEEEE: hue angle of 180º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEEEE is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 238 | - |
| CMYK | 0.87 | 0 | 0 | 0.07 |
| HSL | 180º | 0.86% | 0.53% | - |
| HSV(B) | 180º | 0.87% | 0.93% | - |
| XYZ | 46.54 | 67.6 | 91.48 | - |
| YUV | 175.81 | 163.09 | 24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 238 | 0.87 | 0 | 0 | 0.07 | 180 | 0.86 | 0.53 |
| Hex | 1E | EE | EE | 57 | 0 | 0 | 7 | B4 | 56 | 35 |
| Octal | 36 | 356 | 356 | 127 | 0 | 0 | 7 | 264 | 126 | 65 |
| Binary | 11110 | 11101110 | 11101110 | 1010111 | 0 | 0 | 111 | 10110100 | 1010110 | 110101 |
Color Harmonies of #1EEEEE
Complementary color
Monochromatic Colors of #1EEEEE
Black with #1EEEEE
Text Example
Text Example
White with #1EEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEEEE; }
p { color: rgb(30,238,238); }
H1.HeaderClassName
{
color: #1EEEEE;
}
.AnyTagClassName
{
color: #1EEEEE;
}
</style>
background-color css
<style>
a { background-color: #1EEEEE; }
a { background-color: rgb(30,238,238); }
div.DivClassName
{
background-color: #1EEEEE;
}
.BgClassName
{
background-color: #1EEEEE;
}
</style>
border-color css
<style>
span { border-color: #1EEEEE; }
span { border-color: rgb(30,238,238); }
td.TdClassName
{
border-color: #1EEEEE;
}
.TagClassName
{
border-color: #1EEEEE;
}
</style>