Shades of Turquoise Blue #6ADAFF
Tints of Turquoise Blue #6ADAFF
RGB
CMYK
RGB Variations
Color information
#6ADAFF (or 0x6ADAFF) is known color: Turquoise Blue. HEX triplet: 6A, DA and FF. RGB value is (106,218,255). Sum of RGB (Red+Green+Blue) = 106+218+255=579 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.31% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ADAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADAFF is #952500. Grayscale: #BCBCBC. Windows color (decimal): -9774337 or 16767594. OLE color: 16767594.
HSL color Cylindrical-coordinate representation of color #6ADAFF: hue angle of 194.9º 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 #6ADAFF is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 218 | 255 | - |
| CMYK | 0.58 | 0.15 | 0 | 0 |
| HSL | 194.9º | 1% | 0.71% | - |
| HSV(B) | 194.9º | 0.58% | 1% | - |
| XYZ | 49.07 | 60.43 | 103.69 | - |
| YUV | 188.73 | 165.39 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 255 | 0.58 | 0.15 | 0 | 0 | 194.9 | 1 | 0.71 |
| Hex | 6A | DA | FF | 3A | F | 0 | 0 | C3 | 64 | 47 |
| Octal | 152 | 332 | 377 | 72 | 17 | 0 | 0 | 303 | 144 | 107 |
| Binary | 1101010 | 11011010 | 11111111 | 111010 | 1111 | 0 | 0 | 11000011 | 1100100 | 1000111 |
Color Harmonies of #6ADAFF
Complementary color
Monochromatic Colors of #6ADAFF
Black with #6ADAFF
Text Example
Text Example
White with #6ADAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADAFF; }
p { color: rgb(106,218,255); }
H1.HeaderClassName
{
color: #6ADAFF;
}
.AnyTagClassName
{
color: #6ADAFF;
}
</style>
background-color css
<style>
a { background-color: #6ADAFF; }
a { background-color: rgb(106,218,255); }
div.DivClassName
{
background-color: #6ADAFF;
}
.BgClassName
{
background-color: #6ADAFF;
}
</style>
border-color css
<style>
span { border-color: #6ADAFF; }
span { border-color: rgb(106,218,255); }
td.TdClassName
{
border-color: #6ADAFF;
}
.TagClassName
{
border-color: #6ADAFF;
}
</style>