Shades of Bright Turquoise #1ADFEF
Tints of Bright Turquoise #1ADFEF
RGB
CMYK
RGB Variations
Color information
#1ADFEF (or 0x1ADFEF) is known color: Bright Turquoise. HEX triplet: 1A, DF and EF. RGB value is (26,223,239). Sum of RGB (Red+Green+Blue) = 26+223+239=488 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.33% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #1ADFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFEF is #E52010. Grayscale: #A5A5A5. Windows color (decimal): -15015953 or 15720218. OLE color: 15720218.
HSL color Cylindrical-coordinate representation of color #1ADFEF: hue angle of 184.51º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADFEF is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 223 | 239 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.06 |
| HSL | 184.51º | 0.87% | 0.52% | - |
| HSV(B) | 184.51º | 0.89% | 0.94% | - |
| XYZ | 42.39 | 59.23 | 90.86 | - |
| YUV | 165.92 | 169.23 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 239 | 0.89 | 0.07 | 0 | 0.06 | 184.51 | 0.87 | 0.52 |
| Hex | 1A | DF | EF | 59 | 7 | 0 | 6 | B9 | 57 | 34 |
| Octal | 32 | 337 | 357 | 131 | 7 | 0 | 6 | 271 | 127 | 64 |
| Binary | 11010 | 11011111 | 11101111 | 1011001 | 111 | 0 | 110 | 10111001 | 1010111 | 110100 |
Color Harmonies of #1ADFEF
Complementary color
Monochromatic Colors of #1ADFEF
Black with #1ADFEF
Text Example
Text Example
White with #1ADFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFEF; }
p { color: rgb(26,223,239); }
H1.HeaderClassName
{
color: #1ADFEF;
}
.AnyTagClassName
{
color: #1ADFEF;
}
</style>
background-color css
<style>
a { background-color: #1ADFEF; }
a { background-color: rgb(26,223,239); }
div.DivClassName
{
background-color: #1ADFEF;
}
.BgClassName
{
background-color: #1ADFEF;
}
</style>
border-color css
<style>
span { border-color: #1ADFEF; }
span { border-color: rgb(26,223,239); }
td.TdClassName
{
border-color: #1ADFEF;
}
.TagClassName
{
border-color: #1ADFEF;
}
</style>