Shades of Turquoise Blue #6AD6F3
Tints of Turquoise Blue #6AD6F3
RGB
CMYK
RGB Variations
Color information
#6AD6F3 (or 0x6AD6F3) is known color: Turquoise Blue. HEX triplet: 6A, D6 and F3. RGB value is (106,214,243). Sum of RGB (Red+Green+Blue) = 106+214+243=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #6AD6F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD6F3 is #95290C. Grayscale: #B8B8B8. Windows color (decimal): -9775373 or 15980138. OLE color: 15980138.
HSL color Cylindrical-coordinate representation of color #6AD6F3: hue angle of 192.7º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AD6F3 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 214 | 243 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.05 |
| HSL | 192.7º | 0.85% | 0.68% | - |
| HSV(B) | 192.7º | 0.56% | 0.95% | - |
| XYZ | 46.17 | 57.63 | 93.48 | - |
| YUV | 185.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 243 | 0.56 | 0.12 | 0 | 0.05 | 192.7 | 0.85 | 0.68 |
| Hex | 6A | D6 | F3 | 38 | C | 0 | 5 | C1 | 55 | 44 |
| Octal | 152 | 326 | 363 | 70 | 14 | 0 | 5 | 301 | 125 | 104 |
| Binary | 1101010 | 11010110 | 11110011 | 111000 | 1100 | 0 | 101 | 11000001 | 1010101 | 1000100 |
Color Harmonies of #6AD6F3
Complementary color
Monochromatic Colors of #6AD6F3
Black with #6AD6F3
Text Example
Text Example
White with #6AD6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD6F3; }
p { color: rgb(106,214,243); }
H1.HeaderClassName
{
color: #6AD6F3;
}
.AnyTagClassName
{
color: #6AD6F3;
}
</style>
background-color css
<style>
a { background-color: #6AD6F3; }
a { background-color: rgb(106,214,243); }
div.DivClassName
{
background-color: #6AD6F3;
}
.BgClassName
{
background-color: #6AD6F3;
}
</style>
border-color css
<style>
span { border-color: #6AD6F3; }
span { border-color: rgb(106,214,243); }
td.TdClassName
{
border-color: #6AD6F3;
}
.TagClassName
{
border-color: #6AD6F3;
}
</style>