Shades of Turquoise Blue #6ADDFE
Tints of Turquoise Blue #6ADDFE
RGB
CMYK
RGB Variations
Color information
#6ADDFE (or 0x6ADDFE) is known color: Turquoise Blue. HEX triplet: 6A, DD and FE. RGB value is (106,221,254). Sum of RGB (Red+Green+Blue) = 106+221+254=581 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.24% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #6ADDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADDFE is #952201. Grayscale: #BEBEBE. Windows color (decimal): -9773570 or 16702826. OLE color: 16702826.
HSL color Cylindrical-coordinate representation of color #6ADDFE: hue angle of 193.38º 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 #6ADDFE is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 221 | 254 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.00 |
| HSL | 193.38º | 0.99% | 0.71% | - |
| HSV(B) | 193.38º | 0.58% | 1% | - |
| XYZ | 49.69 | 61.93 | 103.1 | - |
| YUV | 190.38 | 163.9 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 254 | 0.58 | 0.13 | 0 | 0.00 | 193.38 | 0.99 | 0.71 |
| Hex | 6A | DD | FE | 3A | D | 0 | 0 | C1 | 63 | 47 |
| Octal | 152 | 335 | 376 | 72 | 15 | 0 | 0 | 301 | 143 | 107 |
| Binary | 1101010 | 11011101 | 11111110 | 111010 | 1101 | 0 | 0 | 11000001 | 1100011 | 1000111 |
Color Harmonies of #6ADDFE
Complementary color
Monochromatic Colors of #6ADDFE
Black with #6ADDFE
Text Example
Text Example
White with #6ADDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDFE; }
p { color: rgb(106,221,254); }
H1.HeaderClassName
{
color: #6ADDFE;
}
.AnyTagClassName
{
color: #6ADDFE;
}
</style>
background-color css
<style>
a { background-color: #6ADDFE; }
a { background-color: rgb(106,221,254); }
div.DivClassName
{
background-color: #6ADDFE;
}
.BgClassName
{
background-color: #6ADDFE;
}
</style>
border-color css
<style>
span { border-color: #6ADDFE; }
span { border-color: rgb(106,221,254); }
td.TdClassName
{
border-color: #6ADDFE;
}
.TagClassName
{
border-color: #6ADDFE;
}
</style>