Shades of Turquoise Blue #6ADBFD
Tints of Turquoise Blue #6ADBFD
RGB
CMYK
RGB Variations
Color information
#6ADBFD (or 0x6ADBFD) is known color: Turquoise Blue. HEX triplet: 6A, DB and FD. RGB value is (106,219,253). Sum of RGB (Red+Green+Blue) = 106+219+253=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ADBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADBFD is #952402. Grayscale: #BCBCBC. Windows color (decimal): -9774083 or 16636778. OLE color: 16636778.
HSL color Cylindrical-coordinate representation of color #6ADBFD: hue angle of 193.88º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADBFD is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 219 | 253 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.01 |
| HSL | 193.88º | 0.97% | 0.7% | - |
| HSV(B) | 193.88º | 0.58% | 0.99% | - |
| XYZ | 49.01 | 60.82 | 102.08 | - |
| YUV | 189.09 | 164.06 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 253 | 0.58 | 0.13 | 0 | 0.01 | 193.88 | 0.97 | 0.7 |
| Hex | 6A | DB | FD | 3A | D | 0 | 1 | C2 | 61 | 46 |
| Octal | 152 | 333 | 375 | 72 | 15 | 0 | 1 | 302 | 141 | 106 |
| Binary | 1101010 | 11011011 | 11111101 | 111010 | 1101 | 0 | 1 | 11000010 | 1100001 | 1000110 |
Color Harmonies of #6ADBFD
Complementary color
Monochromatic Colors of #6ADBFD
Black with #6ADBFD
Text Example
Text Example
White with #6ADBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBFD; }
p { color: rgb(106,219,253); }
H1.HeaderClassName
{
color: #6ADBFD;
}
.AnyTagClassName
{
color: #6ADBFD;
}
</style>
background-color css
<style>
a { background-color: #6ADBFD; }
a { background-color: rgb(106,219,253); }
div.DivClassName
{
background-color: #6ADBFD;
}
.BgClassName
{
background-color: #6ADBFD;
}
</style>
border-color css
<style>
span { border-color: #6ADBFD; }
span { border-color: rgb(106,219,253); }
td.TdClassName
{
border-color: #6ADBFD;
}
.TagClassName
{
border-color: #6ADBFD;
}
</style>