Shades of Bright Turquoise #18DFE1
Tints of Bright Turquoise #18DFE1
RGB
CMYK
RGB Variations
Color information
#18DFE1 (or 0x18DFE1) is known color: Bright Turquoise. HEX triplet: 18, DF and E1. RGB value is (24,223,225). Sum of RGB (Red+Green+Blue) = 24+223+225=472 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.08% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #18DFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFE1 is #E7201E. Grayscale: #A3A3A3. Windows color (decimal): -15147039 or 14802712. OLE color: 14802712.
HSL color Cylindrical-coordinate representation of color #18DFE1: hue angle of 180.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DFE1 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 223 | 225 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.12 |
| HSL | 180.6º | 0.81% | 0.49% | - |
| HSV(B) | 180.6º | 0.89% | 0.88% | - |
| XYZ | 40.35 | 58.41 | 80.38 | - |
| YUV | 163.73 | 162.57 | 28.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 225 | 0.89 | 0.01 | 0 | 0.12 | 180.6 | 0.81 | 0.49 |
| Hex | 18 | DF | E1 | 59 | 1 | 0 | C | B5 | 51 | 31 |
| Octal | 30 | 337 | 341 | 131 | 1 | 0 | 14 | 265 | 121 | 61 |
| Binary | 11000 | 11011111 | 11100001 | 1011001 | 1 | 0 | 1100 | 10110101 | 1010001 | 110001 |
Color Harmonies of #18DFE1
Complementary color
Monochromatic Colors of #18DFE1
Black with #18DFE1
Text Example
Text Example
White with #18DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFE1; }
p { color: rgb(24,223,225); }
H1.HeaderClassName
{
color: #18DFE1;
}
.AnyTagClassName
{
color: #18DFE1;
}
</style>
background-color css
<style>
a { background-color: #18DFE1; }
a { background-color: rgb(24,223,225); }
div.DivClassName
{
background-color: #18DFE1;
}
.BgClassName
{
background-color: #18DFE1;
}
</style>
border-color css
<style>
span { border-color: #18DFE1; }
span { border-color: rgb(24,223,225); }
td.TdClassName
{
border-color: #18DFE1;
}
.TagClassName
{
border-color: #18DFE1;
}
</style>