Shades of Bright Turquoise #1ADFEE
Tints of Bright Turquoise #1ADFEE
RGB
CMYK
RGB Variations
Color information
#1ADFEE (or 0x1ADFEE) is known color: Bright Turquoise. HEX triplet: 1A, DF and EE. RGB value is (26,223,238). Sum of RGB (Red+Green+Blue) = 26+223+238=487 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.34% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ADFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFEE is #E52011. Grayscale: #A5A5A5. Windows color (decimal): -15015954 or 15654682. OLE color: 15654682.
HSL color Cylindrical-coordinate representation of color #1ADFEE: hue angle of 184.25º degrees, saturation: 0.86, 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 #1ADFEE is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 223 | 238 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.07 |
| HSL | 184.25º | 0.86% | 0.52% | - |
| HSV(B) | 184.25º | 0.89% | 0.93% | - |
| XYZ | 42.25 | 59.17 | 90.08 | - |
| YUV | 165.81 | 168.73 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 238 | 0.89 | 0.06 | 0 | 0.07 | 184.25 | 0.86 | 0.52 |
| Hex | 1A | DF | EE | 59 | 6 | 0 | 7 | B8 | 56 | 34 |
| Octal | 32 | 337 | 356 | 131 | 6 | 0 | 7 | 270 | 126 | 64 |
| Binary | 11010 | 11011111 | 11101110 | 1011001 | 110 | 0 | 111 | 10111000 | 1010110 | 110100 |
Color Harmonies of #1ADFEE
Complementary color
Monochromatic Colors of #1ADFEE
Black with #1ADFEE
Text Example
Text Example
White with #1ADFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFEE; }
p { color: rgb(26,223,238); }
H1.HeaderClassName
{
color: #1ADFEE;
}
.AnyTagClassName
{
color: #1ADFEE;
}
</style>
background-color css
<style>
a { background-color: #1ADFEE; }
a { background-color: rgb(26,223,238); }
div.DivClassName
{
background-color: #1ADFEE;
}
.BgClassName
{
background-color: #1ADFEE;
}
</style>
border-color css
<style>
span { border-color: #1ADFEE; }
span { border-color: rgb(26,223,238); }
td.TdClassName
{
border-color: #1ADFEE;
}
.TagClassName
{
border-color: #1ADFEE;
}
</style>