Shades of Bright Turquoise #1ADFED
Tints of Bright Turquoise #1ADFED
RGB
CMYK
RGB Variations
Color information
#1ADFED (or 0x1ADFED) is known color: Bright Turquoise. HEX triplet: 1A, DF and ED. RGB value is (26,223,237). Sum of RGB (Red+Green+Blue) = 26+223+237=486 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.35% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #1ADFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFED is #E52012. Grayscale: #A5A5A5. Windows color (decimal): -15015955 or 15589146. OLE color: 15589146.
HSL color Cylindrical-coordinate representation of color #1ADFED: hue angle of 183.98º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADFED is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 223 | 237 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.07 |
| HSL | 183.98º | 0.85% | 0.52% | - |
| HSV(B) | 183.98º | 0.89% | 0.93% | - |
| XYZ | 42.1 | 59.11 | 89.31 | - |
| YUV | 165.69 | 168.23 | 28.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 237 | 0.89 | 0.06 | 0 | 0.07 | 183.98 | 0.85 | 0.52 |
| Hex | 1A | DF | ED | 59 | 6 | 0 | 7 | B8 | 55 | 34 |
| Octal | 32 | 337 | 355 | 131 | 6 | 0 | 7 | 270 | 125 | 64 |
| Binary | 11010 | 11011111 | 11101101 | 1011001 | 110 | 0 | 111 | 10111000 | 1010101 | 110100 |
Color Harmonies of #1ADFED
Complementary color
Monochromatic Colors of #1ADFED
Black with #1ADFED
Text Example
Text Example
White with #1ADFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFED; }
p { color: rgb(26,223,237); }
H1.HeaderClassName
{
color: #1ADFED;
}
.AnyTagClassName
{
color: #1ADFED;
}
</style>
background-color css
<style>
a { background-color: #1ADFED; }
a { background-color: rgb(26,223,237); }
div.DivClassName
{
background-color: #1ADFED;
}
.BgClassName
{
background-color: #1ADFED;
}
</style>
border-color css
<style>
span { border-color: #1ADFED; }
span { border-color: rgb(26,223,237); }
td.TdClassName
{
border-color: #1ADFED;
}
.TagClassName
{
border-color: #1ADFED;
}
</style>