Shades of Bright Turquoise #18F8CC
Tints of Bright Turquoise #18F8CC
RGB
CMYK
RGB Variations
Color information
#18F8CC (or 0x18F8CC) is known color: Bright Turquoise. HEX triplet: 18, F8 and CC. RGB value is (24,248,204). Sum of RGB (Red+Green+Blue) = 24+248+204=476 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.04% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #18F8CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F8CC is #E70733. Grayscale: #AFAFAF. Windows color (decimal): -15140660 or 13432856. OLE color: 13432856.
HSL color Cylindrical-coordinate representation of color #18F8CC: hue angle of 168.21º 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 #18F8CC is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 204 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.03 |
| HSL | 168.21º | 0.94% | 0.53% | - |
| HSV(B) | 168.21º | 0.9% | 0.97% | - |
| XYZ | 44.84 | 71.69 | 68.6 | - |
| YUV | 176.01 | 143.79 | 19.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 204 | 0.90 | 0 | 0.18 | 0.03 | 168.21 | 0.94 | 0.53 |
| Hex | 18 | F8 | CC | 5A | 0 | 12 | 3 | A8 | 5E | 35 |
| Octal | 30 | 370 | 314 | 132 | 0 | 22 | 3 | 250 | 136 | 65 |
| Binary | 11000 | 11111000 | 11001100 | 1011010 | 0 | 10010 | 11 | 10101000 | 1011110 | 110101 |
Color Harmonies of #18F8CC
Complementary color
Monochromatic Colors of #18F8CC
Black with #18F8CC
Text Example
Text Example
White with #18F8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F8CC; }
p { color: rgb(24,248,204); }
H1.HeaderClassName
{
color: #18F8CC;
}
.AnyTagClassName
{
color: #18F8CC;
}
</style>
background-color css
<style>
a { background-color: #18F8CC; }
a { background-color: rgb(24,248,204); }
div.DivClassName
{
background-color: #18F8CC;
}
.BgClassName
{
background-color: #18F8CC;
}
</style>
border-color css
<style>
span { border-color: #18F8CC; }
span { border-color: rgb(24,248,204); }
td.TdClassName
{
border-color: #18F8CC;
}
.TagClassName
{
border-color: #18F8CC;
}
</style>