Shades of Turquoise Blue #6ADDFD
Tints of Turquoise Blue #6ADDFD
RGB
CMYK
RGB Variations
Color information
#6ADDFD (or 0x6ADDFD) is known color: Turquoise Blue. HEX triplet: 6A, DD and FD. RGB value is (106,221,253). Sum of RGB (Red+Green+Blue) = 106+221+253=580 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.28% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ADDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADDFD is #952202. Grayscale: #BEBEBE. Windows color (decimal): -9773571 or 16637290. OLE color: 16637290.
HSL color Cylindrical-coordinate representation of color #6ADDFD: hue angle of 193.06º 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 #6ADDFD is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 221 | 253 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.01 |
| HSL | 193.06º | 0.97% | 0.7% | - |
| HSV(B) | 193.06º | 0.58% | 0.99% | - |
| XYZ | 49.53 | 61.87 | 102.26 | - |
| YUV | 190.26 | 163.4 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 253 | 0.58 | 0.13 | 0 | 0.01 | 193.06 | 0.97 | 0.7 |
| Hex | 6A | DD | FD | 3A | D | 0 | 1 | C1 | 61 | 46 |
| Octal | 152 | 335 | 375 | 72 | 15 | 0 | 1 | 301 | 141 | 106 |
| Binary | 1101010 | 11011101 | 11111101 | 111010 | 1101 | 0 | 1 | 11000001 | 1100001 | 1000110 |
Color Harmonies of #6ADDFD
Complementary color
Monochromatic Colors of #6ADDFD
Black with #6ADDFD
Text Example
Text Example
White with #6ADDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDFD; }
p { color: rgb(106,221,253); }
H1.HeaderClassName
{
color: #6ADDFD;
}
.AnyTagClassName
{
color: #6ADDFD;
}
</style>
background-color css
<style>
a { background-color: #6ADDFD; }
a { background-color: rgb(106,221,253); }
div.DivClassName
{
background-color: #6ADDFD;
}
.BgClassName
{
background-color: #6ADDFD;
}
</style>
border-color css
<style>
span { border-color: #6ADDFD; }
span { border-color: rgb(106,221,253); }
td.TdClassName
{
border-color: #6ADDFD;
}
.TagClassName
{
border-color: #6ADDFD;
}
</style>