Shades of Turquoise Blue #6AD4EF
Tints of Turquoise Blue #6AD4EF
RGB
CMYK
RGB Variations
Color information
#6AD4EF (or 0x6AD4EF) is known color: Turquoise Blue. HEX triplet: 6A, D4 and EF. RGB value is (106,212,239). Sum of RGB (Red+Green+Blue) = 106+212+239=557 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.03% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #6AD4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD4EF is #952B10. Grayscale: #B7B7B7. Windows color (decimal): -9775889 or 15717482. OLE color: 15717482.
HSL color Cylindrical-coordinate representation of color #6AD4EF: hue angle of 192.18º 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 #6AD4EF is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 212 | 239 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.06 |
| HSL | 192.18º | 0.81% | 0.68% | - |
| HSV(B) | 192.18º | 0.56% | 0.94% | - |
| XYZ | 45.07 | 56.38 | 90.17 | - |
| YUV | 183.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 212 | 239 | 0.56 | 0.11 | 0 | 0.06 | 192.18 | 0.81 | 0.68 |
| Hex | 6A | D4 | EF | 38 | B | 0 | 6 | C0 | 51 | 44 |
| Octal | 152 | 324 | 357 | 70 | 13 | 0 | 6 | 300 | 121 | 104 |
| Binary | 1101010 | 11010100 | 11101111 | 111000 | 1011 | 0 | 110 | 11000000 | 1010001 | 1000100 |
Color Harmonies of #6AD4EF
Complementary color
Monochromatic Colors of #6AD4EF
Black with #6AD4EF
Text Example
Text Example
White with #6AD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD4EF; }
p { color: rgb(106,212,239); }
H1.HeaderClassName
{
color: #6AD4EF;
}
.AnyTagClassName
{
color: #6AD4EF;
}
</style>
background-color css
<style>
a { background-color: #6AD4EF; }
a { background-color: rgb(106,212,239); }
div.DivClassName
{
background-color: #6AD4EF;
}
.BgClassName
{
background-color: #6AD4EF;
}
</style>
border-color css
<style>
span { border-color: #6AD4EF; }
span { border-color: rgb(106,212,239); }
td.TdClassName
{
border-color: #6AD4EF;
}
.TagClassName
{
border-color: #6AD4EF;
}
</style>