Shades of Bright Turquoise #18F2CC
Tints of Bright Turquoise #18F2CC
RGB
CMYK
RGB Variations
Color information
#18F2CC (or 0x18F2CC) is known color: Bright Turquoise. HEX triplet: 18, F2 and CC. RGB value is (24,242,204). Sum of RGB (Red+Green+Blue) = 24+242+204=470 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.11% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #18F2CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F2CC is #E70D33. Grayscale: #ACACAC. Windows color (decimal): -15142196 or 13431320. OLE color: 13431320.
HSL color Cylindrical-coordinate representation of color #18F2CC: hue angle of 169.54º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F2CC is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 204 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.05 |
| HSL | 169.54º | 0.89% | 0.52% | - |
| HSV(B) | 169.54º | 0.9% | 0.95% | - |
| XYZ | 43.03 | 68.06 | 68 | - |
| YUV | 172.49 | 145.78 | 22.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 204 | 0.90 | 0 | 0.16 | 0.05 | 169.54 | 0.89 | 0.52 |
| Hex | 18 | F2 | CC | 5A | 0 | 10 | 5 | AA | 59 | 34 |
| Octal | 30 | 362 | 314 | 132 | 0 | 20 | 5 | 252 | 131 | 64 |
| Binary | 11000 | 11110010 | 11001100 | 1011010 | 0 | 10000 | 101 | 10101010 | 1011001 | 110100 |
Color Harmonies of #18F2CC
Complementary color
Monochromatic Colors of #18F2CC
Black with #18F2CC
Text Example
Text Example
White with #18F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F2CC; }
p { color: rgb(24,242,204); }
H1.HeaderClassName
{
color: #18F2CC;
}
.AnyTagClassName
{
color: #18F2CC;
}
</style>
background-color css
<style>
a { background-color: #18F2CC; }
a { background-color: rgb(24,242,204); }
div.DivClassName
{
background-color: #18F2CC;
}
.BgClassName
{
background-color: #18F2CC;
}
</style>
border-color css
<style>
span { border-color: #18F2CC; }
span { border-color: rgb(24,242,204); }
td.TdClassName
{
border-color: #18F2CC;
}
.TagClassName
{
border-color: #18F2CC;
}
</style>