Shades of Bright Turquoise #18E2FD
Tints of Bright Turquoise #18E2FD
RGB
CMYK
RGB Variations
Color information
#18E2FD (or 0x18E2FD) is known color: Bright Turquoise. HEX triplet: 18, E2 and FD. RGB value is (24,226,253). Sum of RGB (Red+Green+Blue) = 24+226+253=503 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.77% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #18E2FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E2FD is #E71D02. Grayscale: #A8A8A8. Windows color (decimal): -15146243 or 16638488. OLE color: 16638488.
HSL color Cylindrical-coordinate representation of color #18E2FD: hue angle of 187.07º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18E2FD is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 226 | 253 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.01 |
| HSL | 187.07º | 0.98% | 0.54% | - |
| HSV(B) | 187.07º | 0.91% | 0.99% | - |
| XYZ | 45.3 | 61.68 | 102.45 | - |
| YUV | 168.68 | 175.58 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 226 | 253 | 0.91 | 0.11 | 0 | 0.01 | 187.07 | 0.98 | 0.54 |
| Hex | 18 | E2 | FD | 5B | B | 0 | 1 | BB | 62 | 36 |
| Octal | 30 | 342 | 375 | 133 | 13 | 0 | 1 | 273 | 142 | 66 |
| Binary | 11000 | 11100010 | 11111101 | 1011011 | 1011 | 0 | 1 | 10111011 | 1100010 | 110110 |
Color Harmonies of #18E2FD
Complementary color
Monochromatic Colors of #18E2FD
Black with #18E2FD
Text Example
Text Example
White with #18E2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E2FD; }
p { color: rgb(24,226,253); }
H1.HeaderClassName
{
color: #18E2FD;
}
.AnyTagClassName
{
color: #18E2FD;
}
</style>
background-color css
<style>
a { background-color: #18E2FD; }
a { background-color: rgb(24,226,253); }
div.DivClassName
{
background-color: #18E2FD;
}
.BgClassName
{
background-color: #18E2FD;
}
</style>
border-color css
<style>
span { border-color: #18E2FD; }
span { border-color: rgb(24,226,253); }
td.TdClassName
{
border-color: #18E2FD;
}
.TagClassName
{
border-color: #18E2FD;
}
</style>