Shades of Bright Turquoise #18F3E4
Tints of Bright Turquoise #18F3E4
RGB
CMYK
RGB Variations
Color information
#18F3E4 (or 0x18F3E4) is known color: Bright Turquoise. HEX triplet: 18, F3 and E4. RGB value is (24,243,228). Sum of RGB (Red+Green+Blue) = 24+243+228=495 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.85% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #18F3E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F3E4 is #E70C1B. Grayscale: #AFAFAF. Windows color (decimal): -15141916 or 15004440. OLE color: 15004440.
HSL color Cylindrical-coordinate representation of color #18F3E4: hue angle of 175.89º 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 #18F3E4 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 228 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.05 |
| HSL | 175.89º | 0.9% | 0.52% | - |
| HSV(B) | 175.89º | 0.9% | 0.95% | - |
| XYZ | 46.43 | 69.9 | 84.44 | - |
| YUV | 175.81 | 157.45 | 19.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 228 | 0.90 | 0 | 0.06 | 0.05 | 175.89 | 0.9 | 0.52 |
| Hex | 18 | F3 | E4 | 5A | 0 | 6 | 5 | B0 | 5A | 34 |
| Octal | 30 | 363 | 344 | 132 | 0 | 6 | 5 | 260 | 132 | 64 |
| Binary | 11000 | 11110011 | 11100100 | 1011010 | 0 | 110 | 101 | 10110000 | 1011010 | 110100 |
Color Harmonies of #18F3E4
Complementary color
Monochromatic Colors of #18F3E4
Black with #18F3E4
Text Example
Text Example
White with #18F3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F3E4; }
p { color: rgb(24,243,228); }
H1.HeaderClassName
{
color: #18F3E4;
}
.AnyTagClassName
{
color: #18F3E4;
}
</style>
background-color css
<style>
a { background-color: #18F3E4; }
a { background-color: rgb(24,243,228); }
div.DivClassName
{
background-color: #18F3E4;
}
.BgClassName
{
background-color: #18F3E4;
}
</style>
border-color css
<style>
span { border-color: #18F3E4; }
span { border-color: rgb(24,243,228); }
td.TdClassName
{
border-color: #18F3E4;
}
.TagClassName
{
border-color: #18F3E4;
}
</style>