Shades of Bright Turquoise #18FAE7
Tints of Bright Turquoise #18FAE7
RGB
CMYK
RGB Variations
Color information
#18FAE7 (or 0x18FAE7) is known color: Bright Turquoise. HEX triplet: 18, FA and E7. RGB value is (24,250,231). Sum of RGB (Red+Green+Blue) = 24+250+231=505 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.75% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #18FAE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FAE7 is #E70518. Grayscale: #B4B4B4. Windows color (decimal): -15140121 or 15202840. OLE color: 15202840.
HSL color Cylindrical-coordinate representation of color #18FAE7: hue angle of 174.96º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FAE7 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 231 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.02 |
| HSL | 174.96º | 0.96% | 0.54% | - |
| HSV(B) | 174.96º | 0.9% | 0.98% | - |
| XYZ | 48.99 | 74.33 | 87.37 | - |
| YUV | 180.26 | 156.63 | 16.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 231 | 0.90 | 0 | 0.08 | 0.02 | 174.96 | 0.96 | 0.54 |
| Hex | 18 | FA | E7 | 5A | 0 | 8 | 2 | AF | 60 | 36 |
| Octal | 30 | 372 | 347 | 132 | 0 | 10 | 2 | 257 | 140 | 66 |
| Binary | 11000 | 11111010 | 11100111 | 1011010 | 0 | 1000 | 10 | 10101111 | 1100000 | 110110 |
Color Harmonies of #18FAE7
Complementary color
Monochromatic Colors of #18FAE7
Black with #18FAE7
Text Example
Text Example
White with #18FAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FAE7; }
p { color: rgb(24,250,231); }
H1.HeaderClassName
{
color: #18FAE7;
}
.AnyTagClassName
{
color: #18FAE7;
}
</style>
background-color css
<style>
a { background-color: #18FAE7; }
a { background-color: rgb(24,250,231); }
div.DivClassName
{
background-color: #18FAE7;
}
.BgClassName
{
background-color: #18FAE7;
}
</style>
border-color css
<style>
span { border-color: #18FAE7; }
span { border-color: rgb(24,250,231); }
td.TdClassName
{
border-color: #18FAE7;
}
.TagClassName
{
border-color: #18FAE7;
}
</style>