Shades of Turquoise Blue #6AD1EA
Tints of Turquoise Blue #6AD1EA
RGB
CMYK
RGB Variations
Color information
#6AD1EA (or 0x6AD1EA) is known color: Turquoise Blue. HEX triplet: 6A, D1 and EA. RGB value is (106,209,234). Sum of RGB (Red+Green+Blue) = 106+209+234=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #6AD1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD1EA is #952E15. Grayscale: #B4B4B4. Windows color (decimal): -9776662 or 15389034. OLE color: 15389034.
HSL color Cylindrical-coordinate representation of color #6AD1EA: hue angle of 191.72º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AD1EA is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 209 | 234 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.08 |
| HSL | 191.72º | 0.75% | 0.67% | - |
| HSV(B) | 191.72º | 0.55% | 0.92% | - |
| XYZ | 43.6 | 54.61 | 86.08 | - |
| YUV | 181.05 | 157.88 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 234 | 0.55 | 0.11 | 0 | 0.08 | 191.72 | 0.75 | 0.67 |
| Hex | 6A | D1 | EA | 37 | B | 0 | 8 | C0 | 4B | 43 |
| Octal | 152 | 321 | 352 | 67 | 13 | 0 | 10 | 300 | 113 | 103 |
| Binary | 1101010 | 11010001 | 11101010 | 110111 | 1011 | 0 | 1000 | 11000000 | 1001011 | 1000011 |
Color Harmonies of #6AD1EA
Complementary color
Monochromatic Colors of #6AD1EA
Black with #6AD1EA
Text Example
Text Example
White with #6AD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD1EA; }
p { color: rgb(106,209,234); }
H1.HeaderClassName
{
color: #6AD1EA;
}
.AnyTagClassName
{
color: #6AD1EA;
}
</style>
background-color css
<style>
a { background-color: #6AD1EA; }
a { background-color: rgb(106,209,234); }
div.DivClassName
{
background-color: #6AD1EA;
}
.BgClassName
{
background-color: #6AD1EA;
}
</style>
border-color css
<style>
span { border-color: #6AD1EA; }
span { border-color: rgb(106,209,234); }
td.TdClassName
{
border-color: #6AD1EA;
}
.TagClassName
{
border-color: #6AD1EA;
}
</style>