Shades of Bright Turquoise #18EBF2
Tints of Bright Turquoise #18EBF2
RGB
CMYK
RGB Variations
Color information
#18EBF2 (or 0x18EBF2) is known color: Bright Turquoise. HEX triplet: 18, EB and F2. RGB value is (24,235,242). Sum of RGB (Red+Green+Blue) = 24+235+242=501 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.79% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #18EBF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EBF2 is #E7140D. Grayscale: #ACACAC. Windows color (decimal): -15143950 or 15919896. OLE color: 15919896.
HSL color Cylindrical-coordinate representation of color #18EBF2: hue angle of 181.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EBF2 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 235 | 242 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.05 |
| HSL | 181.93º | 0.89% | 0.52% | - |
| HSV(B) | 181.93º | 0.9% | 0.95% | - |
| XYZ | 46.11 | 66.02 | 94.32 | - |
| YUV | 172.71 | 167.1 | 21.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 235 | 242 | 0.90 | 0.03 | 0 | 0.05 | 181.93 | 0.89 | 0.52 |
| Hex | 18 | EB | F2 | 5A | 3 | 0 | 5 | B6 | 59 | 34 |
| Octal | 30 | 353 | 362 | 132 | 3 | 0 | 5 | 266 | 131 | 64 |
| Binary | 11000 | 11101011 | 11110010 | 1011010 | 11 | 0 | 101 | 10110110 | 1011001 | 110100 |
Color Harmonies of #18EBF2
Complementary color
Monochromatic Colors of #18EBF2
Black with #18EBF2
Text Example
Text Example
White with #18EBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EBF2; }
p { color: rgb(24,235,242); }
H1.HeaderClassName
{
color: #18EBF2;
}
.AnyTagClassName
{
color: #18EBF2;
}
</style>
background-color css
<style>
a { background-color: #18EBF2; }
a { background-color: rgb(24,235,242); }
div.DivClassName
{
background-color: #18EBF2;
}
.BgClassName
{
background-color: #18EBF2;
}
</style>
border-color css
<style>
span { border-color: #18EBF2; }
span { border-color: rgb(24,235,242); }
td.TdClassName
{
border-color: #18EBF2;
}
.TagClassName
{
border-color: #18EBF2;
}
</style>