Shades of Bright Turquoise #18F3ED
Tints of Bright Turquoise #18F3ED
RGB
CMYK
RGB Variations
Color information
#18F3ED (or 0x18F3ED) is known color: Bright Turquoise. HEX triplet: 18, F3 and ED. RGB value is (24,243,237). Sum of RGB (Red+Green+Blue) = 24+243+237=504 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.76% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #18F3ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F3ED is #E70C12. Grayscale: #B0B0B0. Windows color (decimal): -15141907 or 15594264. OLE color: 15594264.
HSL color Cylindrical-coordinate representation of color #18F3ED: hue angle of 178.36º 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 #18F3ED is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 237 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.05 |
| HSL | 178.36º | 0.9% | 0.52% | - |
| HSV(B) | 178.36º | 0.9% | 0.95% | - |
| XYZ | 47.71 | 70.41 | 91.2 | - |
| YUV | 176.84 | 161.95 | 18.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 237 | 0.90 | 0 | 0.02 | 0.05 | 178.36 | 0.9 | 0.52 |
| Hex | 18 | F3 | ED | 5A | 0 | 2 | 5 | B2 | 5A | 34 |
| Octal | 30 | 363 | 355 | 132 | 0 | 2 | 5 | 262 | 132 | 64 |
| Binary | 11000 | 11110011 | 11101101 | 1011010 | 0 | 10 | 101 | 10110010 | 1011010 | 110100 |
Color Harmonies of #18F3ED
Complementary color
Monochromatic Colors of #18F3ED
Black with #18F3ED
Text Example
Text Example
White with #18F3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F3ED; }
p { color: rgb(24,243,237); }
H1.HeaderClassName
{
color: #18F3ED;
}
.AnyTagClassName
{
color: #18F3ED;
}
</style>
background-color css
<style>
a { background-color: #18F3ED; }
a { background-color: rgb(24,243,237); }
div.DivClassName
{
background-color: #18F3ED;
}
.BgClassName
{
background-color: #18F3ED;
}
</style>
border-color css
<style>
span { border-color: #18F3ED; }
span { border-color: rgb(24,243,237); }
td.TdClassName
{
border-color: #18F3ED;
}
.TagClassName
{
border-color: #18F3ED;
}
</style>