Shades of Bright Turquoise #18F8CA
Tints of Bright Turquoise #18F8CA
RGB
CMYK
RGB Variations
Color information
#18F8CA (or 0x18F8CA) is known color: Bright Turquoise. HEX triplet: 18, F8 and CA. RGB value is (24,248,202). Sum of RGB (Red+Green+Blue) = 24+248+202=474 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.06% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #18F8CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F8CA is #E70735. Grayscale: #AFAFAF. Windows color (decimal): -15140662 or 13301784. OLE color: 13301784.
HSL color Cylindrical-coordinate representation of color #18F8CA: hue angle of 167.68º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F8CA is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 202 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.03 |
| HSL | 167.68º | 0.94% | 0.53% | - |
| HSV(B) | 167.68º | 0.9% | 0.97% | - |
| XYZ | 44.6 | 71.59 | 67.35 | - |
| YUV | 175.78 | 142.79 | 19.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 202 | 0.90 | 0 | 0.19 | 0.03 | 167.68 | 0.94 | 0.53 |
| Hex | 18 | F8 | CA | 5A | 0 | 13 | 3 | A8 | 5E | 35 |
| Octal | 30 | 370 | 312 | 132 | 0 | 23 | 3 | 250 | 136 | 65 |
| Binary | 11000 | 11111000 | 11001010 | 1011010 | 0 | 10011 | 11 | 10101000 | 1011110 | 110101 |
Color Harmonies of #18F8CA
Complementary color
Monochromatic Colors of #18F8CA
Black with #18F8CA
Text Example
Text Example
White with #18F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F8CA; }
p { color: rgb(24,248,202); }
H1.HeaderClassName
{
color: #18F8CA;
}
.AnyTagClassName
{
color: #18F8CA;
}
</style>
background-color css
<style>
a { background-color: #18F8CA; }
a { background-color: rgb(24,248,202); }
div.DivClassName
{
background-color: #18F8CA;
}
.BgClassName
{
background-color: #18F8CA;
}
</style>
border-color css
<style>
span { border-color: #18F8CA; }
span { border-color: rgb(24,248,202); }
td.TdClassName
{
border-color: #18F8CA;
}
.TagClassName
{
border-color: #18F8CA;
}
</style>