Shades of Bright Turquoise #18DFD1
Tints of Bright Turquoise #18DFD1
RGB
CMYK
RGB Variations
Color information
#18DFD1 (or 0x18DFD1) is known color: Bright Turquoise. HEX triplet: 18, DF and D1. RGB value is (24,223,209). Sum of RGB (Red+Green+Blue) = 24+223+209=456 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.26% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFD1 is #E7202E. Grayscale: #A1A1A1. Windows color (decimal): -15147055 or 13754136. OLE color: 13754136.
HSL color Cylindrical-coordinate representation of color #18DFD1: hue angle of 175.78º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DFD1 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 209 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.13 |
| HSL | 175.78º | 0.81% | 0.48% | - |
| HSV(B) | 175.78º | 0.89% | 0.87% | - |
| XYZ | 38.27 | 57.57 | 69.42 | - |
| YUV | 161.9 | 154.57 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 209 | 0.89 | 0 | 0.06 | 0.13 | 175.78 | 0.81 | 0.48 |
| Hex | 18 | DF | D1 | 59 | 0 | 6 | D | B0 | 51 | 30 |
| Octal | 30 | 337 | 321 | 131 | 0 | 6 | 15 | 260 | 121 | 60 |
| Binary | 11000 | 11011111 | 11010001 | 1011001 | 0 | 110 | 1101 | 10110000 | 1010001 | 110000 |
Color Harmonies of #18DFD1
Complementary color
Monochromatic Colors of #18DFD1
Black with #18DFD1
Text Example
Text Example
White with #18DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFD1; }
p { color: rgb(24,223,209); }
H1.HeaderClassName
{
color: #18DFD1;
}
.AnyTagClassName
{
color: #18DFD1;
}
</style>
background-color css
<style>
a { background-color: #18DFD1; }
a { background-color: rgb(24,223,209); }
div.DivClassName
{
background-color: #18DFD1;
}
.BgClassName
{
background-color: #18DFD1;
}
</style>
border-color css
<style>
span { border-color: #18DFD1; }
span { border-color: rgb(24,223,209); }
td.TdClassName
{
border-color: #18DFD1;
}
.TagClassName
{
border-color: #18DFD1;
}
</style>