Shades of Bright Turquoise #1AD4DB
Tints of Bright Turquoise #1AD4DB
RGB
CMYK
RGB Variations
Color information
#1AD4DB (or 0x1AD4DB) is known color: Bright Turquoise. HEX triplet: 1A, D4 and DB. RGB value is (26,212,219). Sum of RGB (Red+Green+Blue) = 26+212+219=457 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.69% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AD4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD4DB is #E52B24. Grayscale: #9C9C9C. Windows color (decimal): -15018789 or 14406682. OLE color: 14406682.
HSL color Cylindrical-coordinate representation of color #1AD4DB: hue angle of 182.18º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD4DB is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 212 | 219 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.14 |
| HSL | 182.18º | 0.79% | 0.48% | - |
| HSV(B) | 182.18º | 0.88% | 0.86% | - |
| XYZ | 36.76 | 52.42 | 75.2 | - |
| YUV | 157.18 | 162.88 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 219 | 0.88 | 0.03 | 0 | 0.14 | 182.18 | 0.79 | 0.48 |
| Hex | 1A | D4 | DB | 58 | 3 | 0 | E | B6 | 4F | 30 |
| Octal | 32 | 324 | 333 | 130 | 3 | 0 | 16 | 266 | 117 | 60 |
| Binary | 11010 | 11010100 | 11011011 | 1011000 | 11 | 0 | 1110 | 10110110 | 1001111 | 110000 |
Color Harmonies of #1AD4DB
Complementary color
Monochromatic Colors of #1AD4DB
Black with #1AD4DB
Text Example
Text Example
White with #1AD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD4DB; }
p { color: rgb(26,212,219); }
H1.HeaderClassName
{
color: #1AD4DB;
}
.AnyTagClassName
{
color: #1AD4DB;
}
</style>
background-color css
<style>
a { background-color: #1AD4DB; }
a { background-color: rgb(26,212,219); }
div.DivClassName
{
background-color: #1AD4DB;
}
.BgClassName
{
background-color: #1AD4DB;
}
</style>
border-color css
<style>
span { border-color: #1AD4DB; }
span { border-color: rgb(26,212,219); }
td.TdClassName
{
border-color: #1AD4DB;
}
.TagClassName
{
border-color: #1AD4DB;
}
</style>