Shades of Bright Turquoise #18DBE4
Tints of Bright Turquoise #18DBE4
RGB
CMYK
RGB Variations
Color information
#18DBE4 (or 0x18DBE4) is known color: Bright Turquoise. HEX triplet: 18, DB and E4. RGB value is (24,219,228). Sum of RGB (Red+Green+Blue) = 24+219+228=471 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.10% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #18DBE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DBE4 is #E7241B. Grayscale: #A1A1A1. Windows color (decimal): -15148060 or 14998296. OLE color: 14998296.
HSL color Cylindrical-coordinate representation of color #18DBE4: hue angle of 182.65º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DBE4 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 219 | 228 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.11 |
| HSL | 182.65º | 0.81% | 0.49% | - |
| HSV(B) | 182.65º | 0.89% | 0.89% | - |
| XYZ | 39.71 | 56.46 | 82.2 | - |
| YUV | 161.72 | 165.4 | 29.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 228 | 0.89 | 0.04 | 0 | 0.11 | 182.65 | 0.81 | 0.49 |
| Hex | 18 | DB | E4 | 59 | 4 | 0 | B | B7 | 51 | 31 |
| Octal | 30 | 333 | 344 | 131 | 4 | 0 | 13 | 267 | 121 | 61 |
| Binary | 11000 | 11011011 | 11100100 | 1011001 | 100 | 0 | 1011 | 10110111 | 1010001 | 110001 |
Color Harmonies of #18DBE4
Complementary color
Monochromatic Colors of #18DBE4
Black with #18DBE4
Text Example
Text Example
White with #18DBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DBE4; }
p { color: rgb(24,219,228); }
H1.HeaderClassName
{
color: #18DBE4;
}
.AnyTagClassName
{
color: #18DBE4;
}
</style>
background-color css
<style>
a { background-color: #18DBE4; }
a { background-color: rgb(24,219,228); }
div.DivClassName
{
background-color: #18DBE4;
}
.BgClassName
{
background-color: #18DBE4;
}
</style>
border-color css
<style>
span { border-color: #18DBE4; }
span { border-color: rgb(24,219,228); }
td.TdClassName
{
border-color: #18DBE4;
}
.TagClassName
{
border-color: #18DBE4;
}
</style>