Shades of Bright Turquoise #18FCE6
Tints of Bright Turquoise #18FCE6
RGB
CMYK
RGB Variations
Color information
#18FCE6 (or 0x18FCE6) is known color: Bright Turquoise. HEX triplet: 18, FC and E6. RGB value is (24,252,230). Sum of RGB (Red+Green+Blue) = 24+252+230=506 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.74% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FCE6 is #E70319. Grayscale: #B5B5B5. Windows color (decimal): -15139610 or 15137816. OLE color: 15137816.
HSL color Cylindrical-coordinate representation of color #18FCE6: hue angle of 174.21º 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 #18FCE6 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 230 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.01 |
| HSL | 174.21º | 0.97% | 0.54% | - |
| HSV(B) | 174.21º | 0.9% | 0.99% | - |
| XYZ | 49.47 | 75.53 | 86.83 | - |
| YUV | 181.32 | 155.46 | 15.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 230 | 0.90 | 0 | 0.09 | 0.01 | 174.21 | 0.97 | 0.54 |
| Hex | 18 | FC | E6 | 5A | 0 | 9 | 1 | AE | 61 | 36 |
| Octal | 30 | 374 | 346 | 132 | 0 | 11 | 1 | 256 | 141 | 66 |
| Binary | 11000 | 11111100 | 11100110 | 1011010 | 0 | 1001 | 1 | 10101110 | 1100001 | 110110 |
Color Harmonies of #18FCE6
Complementary color
Monochromatic Colors of #18FCE6
Black with #18FCE6
Text Example
Text Example
White with #18FCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCE6; }
p { color: rgb(24,252,230); }
H1.HeaderClassName
{
color: #18FCE6;
}
.AnyTagClassName
{
color: #18FCE6;
}
</style>
background-color css
<style>
a { background-color: #18FCE6; }
a { background-color: rgb(24,252,230); }
div.DivClassName
{
background-color: #18FCE6;
}
.BgClassName
{
background-color: #18FCE6;
}
</style>
border-color css
<style>
span { border-color: #18FCE6; }
span { border-color: rgb(24,252,230); }
td.TdClassName
{
border-color: #18FCE6;
}
.TagClassName
{
border-color: #18FCE6;
}
</style>