Shades of Turquoise Blue #6ADEF7
Tints of Turquoise Blue #6ADEF7
RGB
CMYK
RGB Variations
Color information
#6ADEF7 (or 0x6ADEF7) is known color: Turquoise Blue. HEX triplet: 6A, DE and F7. RGB value is (106,222,247). Sum of RGB (Red+Green+Blue) = 106+222+247=575 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.43% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #6ADEF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADEF7 is #952108. Grayscale: #BDBDBD. Windows color (decimal): -9773321 or 16244330. OLE color: 16244330.
HSL color Cylindrical-coordinate representation of color #6ADEF7: hue angle of 190.64º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ADEF7 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 222 | 247 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.03 |
| HSL | 190.64º | 0.9% | 0.69% | - |
| HSV(B) | 190.64º | 0.57% | 0.97% | - |
| XYZ | 48.85 | 62.02 | 97.39 | - |
| YUV | 190.17 | 160.07 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 247 | 0.57 | 0.10 | 0 | 0.03 | 190.64 | 0.9 | 0.69 |
| Hex | 6A | DE | F7 | 39 | A | 0 | 3 | BF | 5A | 45 |
| Octal | 152 | 336 | 367 | 71 | 12 | 0 | 3 | 277 | 132 | 105 |
| Binary | 1101010 | 11011110 | 11110111 | 111001 | 1010 | 0 | 11 | 10111111 | 1011010 | 1000101 |
Color Harmonies of #6ADEF7
Complementary color
Monochromatic Colors of #6ADEF7
Black with #6ADEF7
Text Example
Text Example
White with #6ADEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEF7; }
p { color: rgb(106,222,247); }
H1.HeaderClassName
{
color: #6ADEF7;
}
.AnyTagClassName
{
color: #6ADEF7;
}
</style>
background-color css
<style>
a { background-color: #6ADEF7; }
a { background-color: rgb(106,222,247); }
div.DivClassName
{
background-color: #6ADEF7;
}
.BgClassName
{
background-color: #6ADEF7;
}
</style>
border-color css
<style>
span { border-color: #6ADEF7; }
span { border-color: rgb(106,222,247); }
td.TdClassName
{
border-color: #6ADEF7;
}
.TagClassName
{
border-color: #6ADEF7;
}
</style>