Shades of Bright Turquoise #18FCED
Tints of Bright Turquoise #18FCED
RGB
CMYK
RGB Variations
Color information
#18FCED (or 0x18FCED) is known color: Bright Turquoise. HEX triplet: 18, FC and ED. RGB value is (24,252,237). Sum of RGB (Red+Green+Blue) = 24+252+237=513 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.68% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FCED is #E70312. Grayscale: #B5B5B5. Windows color (decimal): -15139603 or 15596568. OLE color: 15596568.
HSL color Cylindrical-coordinate representation of color #18FCED: hue angle of 176.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FCED is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 237 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.01 |
| HSL | 176.05º | 0.97% | 0.54% | - |
| HSV(B) | 176.05º | 0.9% | 0.99% | - |
| XYZ | 50.47 | 75.93 | 92.12 | - |
| YUV | 182.12 | 158.96 | 15.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 237 | 0.90 | 0 | 0.06 | 0.01 | 176.05 | 0.97 | 0.54 |
| Hex | 18 | FC | ED | 5A | 0 | 6 | 1 | B0 | 61 | 36 |
| Octal | 30 | 374 | 355 | 132 | 0 | 6 | 1 | 260 | 141 | 66 |
| Binary | 11000 | 11111100 | 11101101 | 1011010 | 0 | 110 | 1 | 10110000 | 1100001 | 110110 |
Color Harmonies of #18FCED
Complementary color
Monochromatic Colors of #18FCED
Black with #18FCED
Text Example
Text Example
White with #18FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCED; }
p { color: rgb(24,252,237); }
H1.HeaderClassName
{
color: #18FCED;
}
.AnyTagClassName
{
color: #18FCED;
}
</style>
background-color css
<style>
a { background-color: #18FCED; }
a { background-color: rgb(24,252,237); }
div.DivClassName
{
background-color: #18FCED;
}
.BgClassName
{
background-color: #18FCED;
}
</style>
border-color css
<style>
span { border-color: #18FCED; }
span { border-color: rgb(24,252,237); }
td.TdClassName
{
border-color: #18FCED;
}
.TagClassName
{
border-color: #18FCED;
}
</style>