Shades of Turquoise Blue #6ACEEC
Tints of Turquoise Blue #6ACEEC
RGB
CMYK
RGB Variations
Color information
#6ACEEC (or 0x6ACEEC) is known color: Turquoise Blue. HEX triplet: 6A, CE and EC. RGB value is (106,206,236). Sum of RGB (Red+Green+Blue) = 106+206+236=548 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.34% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #6ACEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACEEC is #953113. Grayscale: #B3B3B3. Windows color (decimal): -9777428 or 15519338. OLE color: 15519338.
HSL color Cylindrical-coordinate representation of color #6ACEEC: hue angle of 193.85º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ACEEC is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 206 | 236 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.07 |
| HSL | 193.85º | 0.77% | 0.67% | - |
| HSV(B) | 193.85º | 0.55% | 0.93% | - |
| XYZ | 43.16 | 53.26 | 87.36 | - |
| YUV | 179.52 | 159.87 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 206 | 236 | 0.55 | 0.13 | 0 | 0.07 | 193.85 | 0.77 | 0.67 |
| Hex | 6A | CE | EC | 37 | D | 0 | 7 | C2 | 4D | 43 |
| Octal | 152 | 316 | 354 | 67 | 15 | 0 | 7 | 302 | 115 | 103 |
| Binary | 1101010 | 11001110 | 11101100 | 110111 | 1101 | 0 | 111 | 11000010 | 1001101 | 1000011 |
Color Harmonies of #6ACEEC
Complementary color
Monochromatic Colors of #6ACEEC
Black with #6ACEEC
Text Example
Text Example
White with #6ACEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACEEC; }
p { color: rgb(106,206,236); }
H1.HeaderClassName
{
color: #6ACEEC;
}
.AnyTagClassName
{
color: #6ACEEC;
}
</style>
background-color css
<style>
a { background-color: #6ACEEC; }
a { background-color: rgb(106,206,236); }
div.DivClassName
{
background-color: #6ACEEC;
}
.BgClassName
{
background-color: #6ACEEC;
}
</style>
border-color css
<style>
span { border-color: #6ACEEC; }
span { border-color: rgb(106,206,236); }
td.TdClassName
{
border-color: #6ACEEC;
}
.TagClassName
{
border-color: #6ACEEC;
}
</style>