Shades of Bright Turquoise #18E7EE
Tints of Bright Turquoise #18E7EE
RGB
CMYK
RGB Variations
Color information
#18E7EE (or 0x18E7EE) is known color: Bright Turquoise. HEX triplet: 18, E7 and EE. RGB value is (24,231,238). Sum of RGB (Red+Green+Blue) = 24+231+238=493 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.87% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #18E7EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18E7EE is #E71811. Grayscale: #A9A9A9. Windows color (decimal): -15144978 or 15656728. OLE color: 15656728.
HSL color Cylindrical-coordinate representation of color #18E7EE: hue angle of 181.96º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E7EE is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 231 | 238 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.07 |
| HSL | 181.96º | 0.86% | 0.51% | - |
| HSV(B) | 181.96º | 0.9% | 0.93% | - |
| XYZ | 44.39 | 63.52 | 90.81 | - |
| YUV | 169.91 | 166.42 | 23.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 231 | 238 | 0.90 | 0.03 | 0 | 0.07 | 181.96 | 0.86 | 0.51 |
| Hex | 18 | E7 | EE | 5A | 3 | 0 | 7 | B6 | 56 | 33 |
| Octal | 30 | 347 | 356 | 132 | 3 | 0 | 7 | 266 | 126 | 63 |
| Binary | 11000 | 11100111 | 11101110 | 1011010 | 11 | 0 | 111 | 10110110 | 1010110 | 110011 |
Color Harmonies of #18E7EE
Complementary color
Monochromatic Colors of #18E7EE
Black with #18E7EE
Text Example
Text Example
White with #18E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E7EE; }
p { color: rgb(24,231,238); }
H1.HeaderClassName
{
color: #18E7EE;
}
.AnyTagClassName
{
color: #18E7EE;
}
</style>
background-color css
<style>
a { background-color: #18E7EE; }
a { background-color: rgb(24,231,238); }
div.DivClassName
{
background-color: #18E7EE;
}
.BgClassName
{
background-color: #18E7EE;
}
</style>
border-color css
<style>
span { border-color: #18E7EE; }
span { border-color: rgb(24,231,238); }
td.TdClassName
{
border-color: #18E7EE;
}
.TagClassName
{
border-color: #18E7EE;
}
</style>