Shades of Turquoise Blue #6ACEEA
Tints of Turquoise Blue #6ACEEA
RGB
CMYK
RGB Variations
Color information
#6ACEEA (or 0x6ACEEA) is known color: Turquoise Blue. HEX triplet: 6A, CE and EA. RGB value is (106,206,234). Sum of RGB (Red+Green+Blue) = 106+206+234=546 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.41% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ACEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACEEA is #953115. Grayscale: #B3B3B3. Windows color (decimal): -9777430 or 15388266. OLE color: 15388266.
HSL color Cylindrical-coordinate representation of color #6ACEEA: hue angle of 193.12º 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 #6ACEEA is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 206 | 234 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.08 |
| HSL | 193.13º | 0.75% | 0.67% | - |
| HSV(B) | 193.13º | 0.55% | 0.92% | - |
| XYZ | 42.87 | 53.15 | 85.84 | - |
| YUV | 179.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 206 | 234 | 0.55 | 0.12 | 0 | 0.08 | 193.13 | 0.75 | 0.67 |
| Hex | 6A | CE | EA | 37 | C | 0 | 8 | C1 | 4B | 43 |
| Octal | 152 | 316 | 352 | 67 | 14 | 0 | 10 | 301 | 113 | 103 |
| Binary | 1101010 | 11001110 | 11101010 | 110111 | 1100 | 0 | 1000 | 11000001 | 1001011 | 1000011 |
Color Harmonies of #6ACEEA
Complementary color
Monochromatic Colors of #6ACEEA
Black with #6ACEEA
Text Example
Text Example
White with #6ACEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACEEA; }
p { color: rgb(106,206,234); }
H1.HeaderClassName
{
color: #6ACEEA;
}
.AnyTagClassName
{
color: #6ACEEA;
}
</style>
background-color css
<style>
a { background-color: #6ACEEA; }
a { background-color: rgb(106,206,234); }
div.DivClassName
{
background-color: #6ACEEA;
}
.BgClassName
{
background-color: #6ACEEA;
}
</style>
border-color css
<style>
span { border-color: #6ACEEA; }
span { border-color: rgb(106,206,234); }
td.TdClassName
{
border-color: #6ACEEA;
}
.TagClassName
{
border-color: #6ACEEA;
}
</style>