Shades of Turquoise Blue #6ADBFF
Tints of Turquoise Blue #6ADBFF
RGB
CMYK
RGB Variations
Color information
#6ADBFF (or 0x6ADBFF) is known color: Turquoise Blue. HEX triplet: 6A, DB and FF. RGB value is (106,219,255). Sum of RGB (Red+Green+Blue) = 106+219+255=580 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.28% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ADBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADBFF is #952400. Grayscale: #BDBDBD. Windows color (decimal): -9774081 or 16767850. OLE color: 16767850.
HSL color Cylindrical-coordinate representation of color #6ADBFF: hue angle of 194.5º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADBFF is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 219 | 255 | - |
| CMYK | 0.58 | 0.14 | 0 | 0 |
| HSL | 194.5º | 1% | 0.71% | - |
| HSV(B) | 194.5º | 0.58% | 1% | - |
| XYZ | 49.33 | 60.95 | 103.77 | - |
| YUV | 189.32 | 165.06 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 255 | 0.58 | 0.14 | 0 | 0 | 194.5 | 1 | 0.71 |
| Hex | 6A | DB | FF | 3A | E | 0 | 0 | C2 | 64 | 47 |
| Octal | 152 | 333 | 377 | 72 | 16 | 0 | 0 | 302 | 144 | 107 |
| Binary | 1101010 | 11011011 | 11111111 | 111010 | 1110 | 0 | 0 | 11000010 | 1100100 | 1000111 |
Color Harmonies of #6ADBFF
Complementary color
Monochromatic Colors of #6ADBFF
Black with #6ADBFF
Text Example
Text Example
White with #6ADBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBFF; }
p { color: rgb(106,219,255); }
H1.HeaderClassName
{
color: #6ADBFF;
}
.AnyTagClassName
{
color: #6ADBFF;
}
</style>
background-color css
<style>
a { background-color: #6ADBFF; }
a { background-color: rgb(106,219,255); }
div.DivClassName
{
background-color: #6ADBFF;
}
.BgClassName
{
background-color: #6ADBFF;
}
</style>
border-color css
<style>
span { border-color: #6ADBFF; }
span { border-color: rgb(106,219,255); }
td.TdClassName
{
border-color: #6ADBFF;
}
.TagClassName
{
border-color: #6ADBFF;
}
</style>