Shades of Turquoise Blue #6AD9FE
Tints of Turquoise Blue #6AD9FE
RGB
CMYK
RGB Variations
Color information
#6AD9FE (or 0x6AD9FE) is known color: Turquoise Blue. HEX triplet: 6A, D9 and FE. RGB value is (106,217,254). Sum of RGB (Red+Green+Blue) = 106+217+254=577 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.37% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AD9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD9FE is #952601. Grayscale: #BBBBBB. Windows color (decimal): -9774594 or 16701802. OLE color: 16701802.
HSL color Cylindrical-coordinate representation of color #6AD9FE: hue angle of 195º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AD9FE is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 217 | 254 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.00 |
| HSL | 195º | 0.99% | 0.71% | - |
| HSV(B) | 195º | 0.58% | 1% | - |
| XYZ | 48.65 | 59.85 | 102.75 | - |
| YUV | 188.03 | 165.23 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 217 | 254 | 0.58 | 0.15 | 0 | 0.00 | 195 | 0.99 | 0.71 |
| Hex | 6A | D9 | FE | 3A | F | 0 | 0 | C3 | 63 | 47 |
| Octal | 152 | 331 | 376 | 72 | 17 | 0 | 0 | 303 | 143 | 107 |
| Binary | 1101010 | 11011001 | 11111110 | 111010 | 1111 | 0 | 0 | 11000011 | 1100011 | 1000111 |
Color Harmonies of #6AD9FE
Complementary color
Monochromatic Colors of #6AD9FE
Black with #6AD9FE
Text Example
Text Example
White with #6AD9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD9FE; }
p { color: rgb(106,217,254); }
H1.HeaderClassName
{
color: #6AD9FE;
}
.AnyTagClassName
{
color: #6AD9FE;
}
</style>
background-color css
<style>
a { background-color: #6AD9FE; }
a { background-color: rgb(106,217,254); }
div.DivClassName
{
background-color: #6AD9FE;
}
.BgClassName
{
background-color: #6AD9FE;
}
</style>
border-color css
<style>
span { border-color: #6AD9FE; }
span { border-color: rgb(106,217,254); }
td.TdClassName
{
border-color: #6AD9FE;
}
.TagClassName
{
border-color: #6AD9FE;
}
</style>