Shades of Turquoise Blue #6ACEEB
Tints of Turquoise Blue #6ACEEB
RGB
CMYK
RGB Variations
Color information
#6ACEEB (or 0x6ACEEB) is known color: Turquoise Blue. HEX triplet: 6A, CE and EB. RGB value is (106,206,235). Sum of RGB (Red+Green+Blue) = 106+206+235=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ACEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACEEB is #953114. Grayscale: #B3B3B3. Windows color (decimal): -9777429 or 15453802. OLE color: 15453802.
HSL color Cylindrical-coordinate representation of color #6ACEEB: hue angle of 193.49º degrees, saturation: 0.76, 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 #6ACEEB is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 206 | 235 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.08 |
| HSL | 193.49º | 0.76% | 0.67% | - |
| HSV(B) | 193.49º | 0.55% | 0.92% | - |
| XYZ | 43.01 | 53.2 | 86.6 | - |
| YUV | 179.41 | 159.37 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 206 | 235 | 0.55 | 0.12 | 0 | 0.08 | 193.49 | 0.76 | 0.67 |
| Hex | 6A | CE | EB | 37 | C | 0 | 8 | C1 | 4C | 43 |
| Octal | 152 | 316 | 353 | 67 | 14 | 0 | 10 | 301 | 114 | 103 |
| Binary | 1101010 | 11001110 | 11101011 | 110111 | 1100 | 0 | 1000 | 11000001 | 1001100 | 1000011 |
Color Harmonies of #6ACEEB
Complementary color
Monochromatic Colors of #6ACEEB
Black with #6ACEEB
Text Example
Text Example
White with #6ACEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACEEB; }
p { color: rgb(106,206,235); }
H1.HeaderClassName
{
color: #6ACEEB;
}
.AnyTagClassName
{
color: #6ACEEB;
}
</style>
background-color css
<style>
a { background-color: #6ACEEB; }
a { background-color: rgb(106,206,235); }
div.DivClassName
{
background-color: #6ACEEB;
}
.BgClassName
{
background-color: #6ACEEB;
}
</style>
border-color css
<style>
span { border-color: #6ACEEB; }
span { border-color: rgb(106,206,235); }
td.TdClassName
{
border-color: #6ACEEB;
}
.TagClassName
{
border-color: #6ACEEB;
}
</style>