Shades of Turquoise Blue #6ADBFE
Tints of Turquoise Blue #6ADBFE
RGB
CMYK
RGB Variations
Color information
#6ADBFE (or 0x6ADBFE) is known color: Turquoise Blue. HEX triplet: 6A, DB and FE. RGB value is (106,219,254). Sum of RGB (Red+Green+Blue) = 106+219+254=579 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.31% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #6ADBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADBFE is #952401. Grayscale: #BCBCBC. Windows color (decimal): -9774082 or 16702314. OLE color: 16702314.
HSL color Cylindrical-coordinate representation of color #6ADBFE: hue angle of 194.19º 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 #6ADBFE is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 219 | 254 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.00 |
| HSL | 194.19º | 0.99% | 0.71% | - |
| HSV(B) | 194.19º | 0.58% | 1% | - |
| XYZ | 49.16 | 60.88 | 102.93 | - |
| YUV | 189.2 | 164.56 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 254 | 0.58 | 0.14 | 0 | 0.00 | 194.19 | 0.99 | 0.71 |
| Hex | 6A | DB | FE | 3A | E | 0 | 0 | C2 | 63 | 47 |
| Octal | 152 | 333 | 376 | 72 | 16 | 0 | 0 | 302 | 143 | 107 |
| Binary | 1101010 | 11011011 | 11111110 | 111010 | 1110 | 0 | 0 | 11000010 | 1100011 | 1000111 |
Color Harmonies of #6ADBFE
Complementary color
Monochromatic Colors of #6ADBFE
Black with #6ADBFE
Text Example
Text Example
White with #6ADBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBFE; }
p { color: rgb(106,219,254); }
H1.HeaderClassName
{
color: #6ADBFE;
}
.AnyTagClassName
{
color: #6ADBFE;
}
</style>
background-color css
<style>
a { background-color: #6ADBFE; }
a { background-color: rgb(106,219,254); }
div.DivClassName
{
background-color: #6ADBFE;
}
.BgClassName
{
background-color: #6ADBFE;
}
</style>
border-color css
<style>
span { border-color: #6ADBFE; }
span { border-color: rgb(106,219,254); }
td.TdClassName
{
border-color: #6ADBFE;
}
.TagClassName
{
border-color: #6ADBFE;
}
</style>