Shades of Turquoise Blue #6AD2EF
Tints of Turquoise Blue #6AD2EF
RGB
CMYK
RGB Variations
Color information
#6AD2EF (or 0x6AD2EF) is known color: Turquoise Blue. HEX triplet: 6A, D2 and EF. RGB value is (106,210,239). Sum of RGB (Red+Green+Blue) = 106+210+239=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #6AD2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD2EF is #952D10. Grayscale: #B5B5B5. Windows color (decimal): -9776401 or 15716970. OLE color: 15716970.
HSL color Cylindrical-coordinate representation of color #6AD2EF: hue angle of 193.08º 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 #6AD2EF is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 210 | 239 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.06 |
| HSL | 193.08º | 0.81% | 0.68% | - |
| HSV(B) | 193.08º | 0.56% | 0.94% | - |
| XYZ | 44.57 | 55.39 | 90 | - |
| YUV | 182.21 | 160.04 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 239 | 0.56 | 0.12 | 0 | 0.06 | 193.08 | 0.81 | 0.68 |
| Hex | 6A | D2 | EF | 38 | C | 0 | 6 | C1 | 51 | 44 |
| Octal | 152 | 322 | 357 | 70 | 14 | 0 | 6 | 301 | 121 | 104 |
| Binary | 1101010 | 11010010 | 11101111 | 111000 | 1100 | 0 | 110 | 11000001 | 1010001 | 1000100 |
Color Harmonies of #6AD2EF
Complementary color
Monochromatic Colors of #6AD2EF
Black with #6AD2EF
Text Example
Text Example
White with #6AD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD2EF; }
p { color: rgb(106,210,239); }
H1.HeaderClassName
{
color: #6AD2EF;
}
.AnyTagClassName
{
color: #6AD2EF;
}
</style>
background-color css
<style>
a { background-color: #6AD2EF; }
a { background-color: rgb(106,210,239); }
div.DivClassName
{
background-color: #6AD2EF;
}
.BgClassName
{
background-color: #6AD2EF;
}
</style>
border-color css
<style>
span { border-color: #6AD2EF; }
span { border-color: rgb(106,210,239); }
td.TdClassName
{
border-color: #6AD2EF;
}
.TagClassName
{
border-color: #6AD2EF;
}
</style>