Shades of Bright Turquoise #18E8F3
Tints of Bright Turquoise #18E8F3
RGB
CMYK
RGB Variations
Color information
#18E8F3 (or 0x18E8F3) is known color: Bright Turquoise. HEX triplet: 18, E8 and F3. RGB value is (24,232,243). Sum of RGB (Red+Green+Blue) = 24+232+243=499 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.81% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #18E8F3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18E8F3 is #E7170C. Grayscale: #AAAAAA. Windows color (decimal): -15144717 or 15984664. OLE color: 15984664.
HSL color Cylindrical-coordinate representation of color #18E8F3: hue angle of 183.01º degrees, saturation: 0.9, 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 #18E8F3 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 232 | 243 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.05 |
| HSL | 183.01º | 0.9% | 0.52% | - |
| HSV(B) | 183.01º | 0.9% | 0.95% | - |
| XYZ | 45.41 | 64.38 | 94.83 | - |
| YUV | 171.06 | 168.59 | 23.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 232 | 243 | 0.90 | 0.05 | 0 | 0.05 | 183.01 | 0.9 | 0.52 |
| Hex | 18 | E8 | F3 | 5A | 5 | 0 | 5 | B7 | 5A | 34 |
| Octal | 30 | 350 | 363 | 132 | 5 | 0 | 5 | 267 | 132 | 64 |
| Binary | 11000 | 11101000 | 11110011 | 1011010 | 101 | 0 | 101 | 10110111 | 1011010 | 110100 |
Color Harmonies of #18E8F3
Complementary color
Monochromatic Colors of #18E8F3
Black with #18E8F3
Text Example
Text Example
White with #18E8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E8F3; }
p { color: rgb(24,232,243); }
H1.HeaderClassName
{
color: #18E8F3;
}
.AnyTagClassName
{
color: #18E8F3;
}
</style>
background-color css
<style>
a { background-color: #18E8F3; }
a { background-color: rgb(24,232,243); }
div.DivClassName
{
background-color: #18E8F3;
}
.BgClassName
{
background-color: #18E8F3;
}
</style>
border-color css
<style>
span { border-color: #18E8F3; }
span { border-color: rgb(24,232,243); }
td.TdClassName
{
border-color: #18E8F3;
}
.TagClassName
{
border-color: #18E8F3;
}
</style>