Shades of Bright Turquoise #1ADFDE
Tints of Bright Turquoise #1ADFDE
RGB
CMYK
RGB Variations
Color information
#1ADFDE (or 0x1ADFDE) is known color: Bright Turquoise. HEX triplet: 1A, DF and DE. RGB value is (26,223,222). Sum of RGB (Red+Green+Blue) = 26+223+222=471 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.52% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFDE is #E52021. Grayscale: #A3A3A3. Windows color (decimal): -15015970 or 14606106. OLE color: 14606106.
HSL color Cylindrical-coordinate representation of color #1ADFDE: hue angle of 179.7º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADFDE is Cyan = 0.88, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 222 | - |
| CMYK | 0.88 | 0 | 0.00 | 0.13 |
| HSL | 179.7º | 0.79% | 0.49% | - |
| HSV(B) | 179.7º | 0.88% | 0.87% | - |
| XYZ | 40 | 58.27 | 78.25 | - |
| YUV | 163.98 | 160.73 | 29.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 222 | 0.88 | 0 | 0.00 | 0.13 | 179.7 | 0.79 | 0.49 |
| Hex | 1A | DF | DE | 58 | 0 | 0 | D | B4 | 4F | 31 |
| Octal | 32 | 337 | 336 | 130 | 0 | 0 | 15 | 264 | 117 | 61 |
| Binary | 11010 | 11011111 | 11011110 | 1011000 | 0 | 0 | 1101 | 10110100 | 1001111 | 110001 |
Color Harmonies of #1ADFDE
Complementary color
Monochromatic Colors of #1ADFDE
Black with #1ADFDE
Text Example
Text Example
White with #1ADFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFDE; }
p { color: rgb(26,223,222); }
H1.HeaderClassName
{
color: #1ADFDE;
}
.AnyTagClassName
{
color: #1ADFDE;
}
</style>
background-color css
<style>
a { background-color: #1ADFDE; }
a { background-color: rgb(26,223,222); }
div.DivClassName
{
background-color: #1ADFDE;
}
.BgClassName
{
background-color: #1ADFDE;
}
</style>
border-color css
<style>
span { border-color: #1ADFDE; }
span { border-color: rgb(26,223,222); }
td.TdClassName
{
border-color: #1ADFDE;
}
.TagClassName
{
border-color: #1ADFDE;
}
</style>