Shades of Bright Turquoise #18EFF3
Tints of Bright Turquoise #18EFF3
RGB
CMYK
RGB Variations
Color information
#18EFF3 (or 0x18EFF3) is known color: Bright Turquoise. HEX triplet: 18, EF and F3. RGB value is (24,239,243). Sum of RGB (Red+Green+Blue) = 24+239+243=506 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.74% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #18EFF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EFF3 is #E7100C. Grayscale: #AEAEAE. Windows color (decimal): -15142925 or 15986456. OLE color: 15986456.
HSL color Cylindrical-coordinate representation of color #18EFF3: hue angle of 181.1º 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 #18EFF3 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 239 | 243 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.05 |
| HSL | 181.1º | 0.9% | 0.52% | - |
| HSV(B) | 181.1º | 0.9% | 0.95% | - |
| XYZ | 47.42 | 68.4 | 95.5 | - |
| YUV | 175.17 | 166.27 | 20.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 243 | 0.90 | 0.02 | 0 | 0.05 | 181.1 | 0.9 | 0.52 |
| Hex | 18 | EF | F3 | 5A | 2 | 0 | 5 | B5 | 5A | 34 |
| Octal | 30 | 357 | 363 | 132 | 2 | 0 | 5 | 265 | 132 | 64 |
| Binary | 11000 | 11101111 | 11110011 | 1011010 | 10 | 0 | 101 | 10110101 | 1011010 | 110100 |
Color Harmonies of #18EFF3
Complementary color
Monochromatic Colors of #18EFF3
Black with #18EFF3
Text Example
Text Example
White with #18EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EFF3; }
p { color: rgb(24,239,243); }
H1.HeaderClassName
{
color: #18EFF3;
}
.AnyTagClassName
{
color: #18EFF3;
}
</style>
background-color css
<style>
a { background-color: #18EFF3; }
a { background-color: rgb(24,239,243); }
div.DivClassName
{
background-color: #18EFF3;
}
.BgClassName
{
background-color: #18EFF3;
}
</style>
border-color css
<style>
span { border-color: #18EFF3; }
span { border-color: rgb(24,239,243); }
td.TdClassName
{
border-color: #18EFF3;
}
.TagClassName
{
border-color: #18EFF3;
}
</style>