Shades of Turquoise Blue #6ADDFC
Tints of Turquoise Blue #6ADDFC
RGB
CMYK
RGB Variations
Color information
#6ADDFC (or 0x6ADDFC) is known color: Turquoise Blue. HEX triplet: 6A, DD and FC. RGB value is (106,221,252). Sum of RGB (Red+Green+Blue) = 106+221+252=579 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.31% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #6ADDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADDFC is #952203. Grayscale: #BDBDBD. Windows color (decimal): -9773572 or 16571754. OLE color: 16571754.
HSL color Cylindrical-coordinate representation of color #6ADDFC: hue angle of 192.74º degrees, saturation: 0.96, 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 #6ADDFC is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 221 | 252 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.01 |
| HSL | 192.74º | 0.96% | 0.7% | - |
| HSV(B) | 192.74º | 0.58% | 0.99% | - |
| XYZ | 49.37 | 61.81 | 101.42 | - |
| YUV | 190.15 | 162.9 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 252 | 0.58 | 0.12 | 0 | 0.01 | 192.74 | 0.96 | 0.7 |
| Hex | 6A | DD | FC | 3A | C | 0 | 1 | C1 | 60 | 46 |
| Octal | 152 | 335 | 374 | 72 | 14 | 0 | 1 | 301 | 140 | 106 |
| Binary | 1101010 | 11011101 | 11111100 | 111010 | 1100 | 0 | 1 | 11000001 | 1100000 | 1000110 |
Color Harmonies of #6ADDFC
Complementary color
Monochromatic Colors of #6ADDFC
Black with #6ADDFC
Text Example
Text Example
White with #6ADDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDFC; }
p { color: rgb(106,221,252); }
H1.HeaderClassName
{
color: #6ADDFC;
}
.AnyTagClassName
{
color: #6ADDFC;
}
</style>
background-color css
<style>
a { background-color: #6ADDFC; }
a { background-color: rgb(106,221,252); }
div.DivClassName
{
background-color: #6ADDFC;
}
.BgClassName
{
background-color: #6ADDFC;
}
</style>
border-color css
<style>
span { border-color: #6ADDFC; }
span { border-color: rgb(106,221,252); }
td.TdClassName
{
border-color: #6ADDFC;
}
.TagClassName
{
border-color: #6ADDFC;
}
</style>