Shades of Turquoise Blue #6AF0E3
Tints of Turquoise Blue #6AF0E3
RGB
CMYK
RGB Variations
Color information
#6AF0E3 (or 0x6AF0E3) is known color: Turquoise Blue. HEX triplet: 6A, F0 and E3. RGB value is (106,240,227). Sum of RGB (Red+Green+Blue) = 106+240+227=573 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.50% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF0E3 is #950F1C. Grayscale: #C6C6C6. Windows color (decimal): -9768733 or 14938218. OLE color: 14938218.
HSL color Cylindrical-coordinate representation of color #6AF0E3: hue angle of 174.18º degrees, saturation: 0.82, 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 #6AF0E3 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 227 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.06 |
| HSL | 174.18º | 0.82% | 0.68% | - |
| HSV(B) | 174.18º | 0.56% | 0.94% | - |
| XYZ | 50.97 | 70.93 | 83.68 | - |
| YUV | 198.45 | 144.11 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 227 | 0.56 | 0 | 0.05 | 0.06 | 174.18 | 0.82 | 0.68 |
| Hex | 6A | F0 | E3 | 38 | 0 | 5 | 6 | AE | 52 | 44 |
| Octal | 152 | 360 | 343 | 70 | 0 | 5 | 6 | 256 | 122 | 104 |
| Binary | 1101010 | 11110000 | 11100011 | 111000 | 0 | 101 | 110 | 10101110 | 1010010 | 1000100 |
Color Harmonies of #6AF0E3
Complementary color
Monochromatic Colors of #6AF0E3
Black with #6AF0E3
Text Example
Text Example
White with #6AF0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF0E3; }
p { color: rgb(106,240,227); }
H1.HeaderClassName
{
color: #6AF0E3;
}
.AnyTagClassName
{
color: #6AF0E3;
}
</style>
background-color css
<style>
a { background-color: #6AF0E3; }
a { background-color: rgb(106,240,227); }
div.DivClassName
{
background-color: #6AF0E3;
}
.BgClassName
{
background-color: #6AF0E3;
}
</style>
border-color css
<style>
span { border-color: #6AF0E3; }
span { border-color: rgb(106,240,227); }
td.TdClassName
{
border-color: #6AF0E3;
}
.TagClassName
{
border-color: #6AF0E3;
}
</style>