Shades of Turquoise Blue #6ADDFB
Tints of Turquoise Blue #6ADDFB
RGB
CMYK
RGB Variations
Color information
#6ADDFB (or 0x6ADDFB) is known color: Turquoise Blue. HEX triplet: 6A, DD and FB. RGB value is (106,221,251). Sum of RGB (Red+Green+Blue) = 106+221+251=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #6ADDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADDFB is #952204. Grayscale: #BDBDBD. Windows color (decimal): -9773573 or 16506218. OLE color: 16506218.
HSL color Cylindrical-coordinate representation of color #6ADDFB: hue angle of 192.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADDFB is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 221 | 251 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.02 |
| HSL | 192.41º | 0.95% | 0.7% | - |
| HSV(B) | 192.41º | 0.58% | 0.98% | - |
| XYZ | 49.21 | 61.74 | 100.59 | - |
| YUV | 190.04 | 162.4 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 251 | 0.58 | 0.12 | 0 | 0.02 | 192.41 | 0.95 | 0.7 |
| Hex | 6A | DD | FB | 3A | C | 0 | 2 | C0 | 5F | 46 |
| Octal | 152 | 335 | 373 | 72 | 14 | 0 | 2 | 300 | 137 | 106 |
| Binary | 1101010 | 11011101 | 11111011 | 111010 | 1100 | 0 | 10 | 11000000 | 1011111 | 1000110 |
Color Harmonies of #6ADDFB
Complementary color
Monochromatic Colors of #6ADDFB
Black with #6ADDFB
Text Example
Text Example
White with #6ADDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDFB; }
p { color: rgb(106,221,251); }
H1.HeaderClassName
{
color: #6ADDFB;
}
.AnyTagClassName
{
color: #6ADDFB;
}
</style>
background-color css
<style>
a { background-color: #6ADDFB; }
a { background-color: rgb(106,221,251); }
div.DivClassName
{
background-color: #6ADDFB;
}
.BgClassName
{
background-color: #6ADDFB;
}
</style>
border-color css
<style>
span { border-color: #6ADDFB; }
span { border-color: rgb(106,221,251); }
td.TdClassName
{
border-color: #6ADDFB;
}
.TagClassName
{
border-color: #6ADDFB;
}
</style>