Shades of Bright Turquoise #18FDEC
Tints of Bright Turquoise #18FDEC
RGB
CMYK
RGB Variations
Color information
#18FDEC (or 0x18FDEC) is known color: Bright Turquoise. HEX triplet: 18, FD and EC. RGB value is (24,253,236). Sum of RGB (Red+Green+Blue) = 24+253+236=513 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.68% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #18FDEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FDEC is #E70213. Grayscale: #B6B6B6. Windows color (decimal): -15139348 or 15531288. OLE color: 15531288.
HSL color Cylindrical-coordinate representation of color #18FDEC: hue angle of 175.55º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FDEC is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 253 | 236 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.01 |
| HSL | 175.55º | 0.98% | 0.54% | - |
| HSV(B) | 175.55º | 0.91% | 0.99% | - |
| XYZ | 50.64 | 76.5 | 91.45 | - |
| YUV | 182.59 | 158.13 | 14.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 253 | 236 | 0.91 | 0 | 0.07 | 0.01 | 175.55 | 0.98 | 0.54 |
| Hex | 18 | FD | EC | 5B | 0 | 7 | 1 | B0 | 62 | 36 |
| Octal | 30 | 375 | 354 | 133 | 0 | 7 | 1 | 260 | 142 | 66 |
| Binary | 11000 | 11111101 | 11101100 | 1011011 | 0 | 111 | 1 | 10110000 | 1100010 | 110110 |
Color Harmonies of #18FDEC
Complementary color
Monochromatic Colors of #18FDEC
Black with #18FDEC
Text Example
Text Example
White with #18FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FDEC; }
p { color: rgb(24,253,236); }
H1.HeaderClassName
{
color: #18FDEC;
}
.AnyTagClassName
{
color: #18FDEC;
}
</style>
background-color css
<style>
a { background-color: #18FDEC; }
a { background-color: rgb(24,253,236); }
div.DivClassName
{
background-color: #18FDEC;
}
.BgClassName
{
background-color: #18FDEC;
}
</style>
border-color css
<style>
span { border-color: #18FDEC; }
span { border-color: rgb(24,253,236); }
td.TdClassName
{
border-color: #18FDEC;
}
.TagClassName
{
border-color: #18FDEC;
}
</style>