Shades of Bright Turquoise #18F2F3
Tints of Bright Turquoise #18F2F3
RGB
CMYK
RGB Variations
Color information
#18F2F3 (or 0x18F2F3) is known color: Bright Turquoise. HEX triplet: 18, F2 and F3. RGB value is (24,242,243). Sum of RGB (Red+Green+Blue) = 24+242+243=509 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.72% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #18F2F3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F2F3 is #E70D0C. Grayscale: #B0B0B0. Windows color (decimal): -15142157 or 15987224. OLE color: 15987224.
HSL color Cylindrical-coordinate representation of color #18F2F3: hue angle of 180.27º degrees, saturation: 0.9, 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 #18F2F3 is Cyan = 0.90, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 243 | - |
| CMYK | 0.90 | 0.00 | 0 | 0.05 |
| HSL | 180.27º | 0.9% | 0.52% | - |
| HSV(B) | 180.27º | 0.9% | 0.95% | - |
| XYZ | 48.31 | 70.17 | 95.79 | - |
| YUV | 176.93 | 165.28 | 18.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 243 | 0.90 | 0.00 | 0 | 0.05 | 180.27 | 0.9 | 0.52 |
| Hex | 18 | F2 | F3 | 5A | 0 | 0 | 5 | B4 | 5A | 34 |
| Octal | 30 | 362 | 363 | 132 | 0 | 0 | 5 | 264 | 132 | 64 |
| Binary | 11000 | 11110010 | 11110011 | 1011010 | 0 | 0 | 101 | 10110100 | 1011010 | 110100 |
Color Harmonies of #18F2F3
Complementary color
Monochromatic Colors of #18F2F3
Black with #18F2F3
Text Example
Text Example
White with #18F2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F2F3; }
p { color: rgb(24,242,243); }
H1.HeaderClassName
{
color: #18F2F3;
}
.AnyTagClassName
{
color: #18F2F3;
}
</style>
background-color css
<style>
a { background-color: #18F2F3; }
a { background-color: rgb(24,242,243); }
div.DivClassName
{
background-color: #18F2F3;
}
.BgClassName
{
background-color: #18F2F3;
}
</style>
border-color css
<style>
span { border-color: #18F2F3; }
span { border-color: rgb(24,242,243); }
td.TdClassName
{
border-color: #18F2F3;
}
.TagClassName
{
border-color: #18F2F3;
}
</style>