Shades of Bright Turquoise #1ADFFF
Tints of Bright Turquoise #1ADFFF
RGB
CMYK
RGB Variations
Color information
#1ADFFF (or 0x1ADFFF) is known color: Bright Turquoise. HEX triplet: 1A, DF and FF. RGB value is (26,223,255). Sum of RGB (Red+Green+Blue) = 26+223+255=504 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.16% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ADFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFFF is #E52000. Grayscale: #A7A7A7. Windows color (decimal): -15015937 or 16768794. OLE color: 16768794.
HSL color Cylindrical-coordinate representation of color #1ADFFF: hue angle of 188.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADFFF is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 223 | 255 | - |
| CMYK | 0.90 | 0.13 | 0 | 0 |
| HSL | 188.38º | 1% | 0.55% | - |
| HSV(B) | 188.38º | 0.9% | 1% | - |
| XYZ | 44.86 | 60.21 | 103.87 | - |
| YUV | 167.75 | 177.23 | 26.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 255 | 0.90 | 0.13 | 0 | 0 | 188.38 | 1 | 0.55 |
| Hex | 1A | DF | FF | 5A | D | 0 | 0 | BC | 64 | 37 |
| Octal | 32 | 337 | 377 | 132 | 15 | 0 | 0 | 274 | 144 | 67 |
| Binary | 11010 | 11011111 | 11111111 | 1011010 | 1101 | 0 | 0 | 10111100 | 1100100 | 110111 |
Color Harmonies of #1ADFFF
Complementary color
Monochromatic Colors of #1ADFFF
Black with #1ADFFF
Text Example
Text Example
White with #1ADFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFFF; }
p { color: rgb(26,223,255); }
H1.HeaderClassName
{
color: #1ADFFF;
}
.AnyTagClassName
{
color: #1ADFFF;
}
</style>
background-color css
<style>
a { background-color: #1ADFFF; }
a { background-color: rgb(26,223,255); }
div.DivClassName
{
background-color: #1ADFFF;
}
.BgClassName
{
background-color: #1ADFFF;
}
</style>
border-color css
<style>
span { border-color: #1ADFFF; }
span { border-color: rgb(26,223,255); }
td.TdClassName
{
border-color: #1ADFFF;
}
.TagClassName
{
border-color: #1ADFFF;
}
</style>