Shades of Bright Turquoise #18FCDF
Tints of Bright Turquoise #18FCDF
RGB
CMYK
RGB Variations
Color information
#18FCDF (or 0x18FCDF) is known color: Bright Turquoise. HEX triplet: 18, FC and DF. RGB value is (24,252,223). Sum of RGB (Red+Green+Blue) = 24+252+223=499 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.81% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FCDF is #E70320. Grayscale: #B4B4B4. Windows color (decimal): -15139617 or 14679064. OLE color: 14679064.
HSL color Cylindrical-coordinate representation of color #18FCDF: hue angle of 172.37º 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 #18FCDF is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 223 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.01 |
| HSL | 172.37º | 0.97% | 0.54% | - |
| HSV(B) | 172.37º | 0.9% | 0.99% | - |
| XYZ | 48.51 | 75.14 | 81.76 | - |
| YUV | 180.52 | 151.96 | 16.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 223 | 0.90 | 0 | 0.12 | 0.01 | 172.37 | 0.97 | 0.54 |
| Hex | 18 | FC | DF | 5A | 0 | C | 1 | AC | 61 | 36 |
| Octal | 30 | 374 | 337 | 132 | 0 | 14 | 1 | 254 | 141 | 66 |
| Binary | 11000 | 11111100 | 11011111 | 1011010 | 0 | 1100 | 1 | 10101100 | 1100001 | 110110 |
Color Harmonies of #18FCDF
Complementary color
Monochromatic Colors of #18FCDF
Black with #18FCDF
Text Example
Text Example
White with #18FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCDF; }
p { color: rgb(24,252,223); }
H1.HeaderClassName
{
color: #18FCDF;
}
.AnyTagClassName
{
color: #18FCDF;
}
</style>
background-color css
<style>
a { background-color: #18FCDF; }
a { background-color: rgb(24,252,223); }
div.DivClassName
{
background-color: #18FCDF;
}
.BgClassName
{
background-color: #18FCDF;
}
</style>
border-color css
<style>
span { border-color: #18FCDF; }
span { border-color: rgb(24,252,223); }
td.TdClassName
{
border-color: #18FCDF;
}
.TagClassName
{
border-color: #18FCDF;
}
</style>