Shades of Turquoise Blue #6AD9F7
Tints of Turquoise Blue #6AD9F7
RGB
CMYK
RGB Variations
Color information
#6AD9F7 (or 0x6AD9F7) is known color: Turquoise Blue. HEX triplet: 6A, D9 and F7. RGB value is (106,217,247). Sum of RGB (Red+Green+Blue) = 106+217+247=570 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.60% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #6AD9F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD9F7 is #952608. Grayscale: #BBBBBB. Windows color (decimal): -9774601 or 16243050. OLE color: 16243050.
HSL color Cylindrical-coordinate representation of color #6AD9F7: hue angle of 192.77º 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 #6AD9F7 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 217 | 247 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.03 |
| HSL | 192.77º | 0.9% | 0.69% | - |
| HSV(B) | 192.77º | 0.57% | 0.97% | - |
| XYZ | 47.55 | 59.41 | 96.96 | - |
| YUV | 187.23 | 161.73 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 217 | 247 | 0.57 | 0.12 | 0 | 0.03 | 192.77 | 0.9 | 0.69 |
| Hex | 6A | D9 | F7 | 39 | C | 0 | 3 | C1 | 5A | 45 |
| Octal | 152 | 331 | 367 | 71 | 14 | 0 | 3 | 301 | 132 | 105 |
| Binary | 1101010 | 11011001 | 11110111 | 111001 | 1100 | 0 | 11 | 11000001 | 1011010 | 1000101 |
Color Harmonies of #6AD9F7
Complementary color
Monochromatic Colors of #6AD9F7
Black with #6AD9F7
Text Example
Text Example
White with #6AD9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD9F7; }
p { color: rgb(106,217,247); }
H1.HeaderClassName
{
color: #6AD9F7;
}
.AnyTagClassName
{
color: #6AD9F7;
}
</style>
background-color css
<style>
a { background-color: #6AD9F7; }
a { background-color: rgb(106,217,247); }
div.DivClassName
{
background-color: #6AD9F7;
}
.BgClassName
{
background-color: #6AD9F7;
}
</style>
border-color css
<style>
span { border-color: #6AD9F7; }
span { border-color: rgb(106,217,247); }
td.TdClassName
{
border-color: #6AD9F7;
}
.TagClassName
{
border-color: #6AD9F7;
}
</style>