Shades of Turquoise Blue #6AD1EF
Tints of Turquoise Blue #6AD1EF
RGB
CMYK
RGB Variations
Color information
#6AD1EF (or 0x6AD1EF) is known color: Turquoise Blue. HEX triplet: 6A, D1 and EF. RGB value is (106,209,239). Sum of RGB (Red+Green+Blue) = 106+209+239=554 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.13% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #6AD1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD1EF is #952E10. Grayscale: #B5B5B5. Windows color (decimal): -9776657 or 15716714. OLE color: 15716714.
HSL color Cylindrical-coordinate representation of color #6AD1EF: hue angle of 193.53º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AD1EF is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 209 | 239 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.06 |
| HSL | 193.53º | 0.81% | 0.68% | - |
| HSV(B) | 193.53º | 0.56% | 0.94% | - |
| XYZ | 44.32 | 54.9 | 89.92 | - |
| YUV | 181.62 | 160.38 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 239 | 0.56 | 0.13 | 0 | 0.06 | 193.53 | 0.81 | 0.68 |
| Hex | 6A | D1 | EF | 38 | D | 0 | 6 | C2 | 51 | 44 |
| Octal | 152 | 321 | 357 | 70 | 15 | 0 | 6 | 302 | 121 | 104 |
| Binary | 1101010 | 11010001 | 11101111 | 111000 | 1101 | 0 | 110 | 11000010 | 1010001 | 1000100 |
Color Harmonies of #6AD1EF
Complementary color
Monochromatic Colors of #6AD1EF
Black with #6AD1EF
Text Example
Text Example
White with #6AD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD1EF; }
p { color: rgb(106,209,239); }
H1.HeaderClassName
{
color: #6AD1EF;
}
.AnyTagClassName
{
color: #6AD1EF;
}
</style>
background-color css
<style>
a { background-color: #6AD1EF; }
a { background-color: rgb(106,209,239); }
div.DivClassName
{
background-color: #6AD1EF;
}
.BgClassName
{
background-color: #6AD1EF;
}
</style>
border-color css
<style>
span { border-color: #6AD1EF; }
span { border-color: rgb(106,209,239); }
td.TdClassName
{
border-color: #6AD1EF;
}
.TagClassName
{
border-color: #6AD1EF;
}
</style>