Shades of Turquoise Blue #6ACCDD
Tints of Turquoise Blue #6ACCDD
RGB
CMYK
RGB Variations
Color information
#6ACCDD (or 0x6ACCDD) is known color: Turquoise Blue. HEX triplet: 6A, CC and DD. RGB value is (106,204,221). Sum of RGB (Red+Green+Blue) = 106+204+221=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ACCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCDD is #953322. Grayscale: #B0B0B0. Windows color (decimal): -9777955 or 14535786. OLE color: 14535786.
HSL color Cylindrical-coordinate representation of color #6ACCDD: hue angle of 188.87º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ACCDD is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 204 | 221 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.13 |
| HSL | 188.87º | 0.63% | 0.64% | - |
| HSV(B) | 188.87º | 0.52% | 0.87% | - |
| XYZ | 40.59 | 51.47 | 76.2 | - |
| YUV | 176.64 | 153.03 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 221 | 0.52 | 0.08 | 0 | 0.13 | 188.87 | 0.63 | 0.64 |
| Hex | 6A | CC | DD | 34 | 8 | 0 | D | BD | 3F | 40 |
| Octal | 152 | 314 | 335 | 64 | 10 | 0 | 15 | 275 | 77 | 100 |
| Binary | 1101010 | 11001100 | 11011101 | 110100 | 1000 | 0 | 1101 | 10111101 | 111111 | 1000000 |
Color Harmonies of #6ACCDD
Complementary color
Monochromatic Colors of #6ACCDD
Black with #6ACCDD
Text Example
Text Example
White with #6ACCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACCDD; }
p { color: rgb(106,204,221); }
H1.HeaderClassName
{
color: #6ACCDD;
}
.AnyTagClassName
{
color: #6ACCDD;
}
</style>
background-color css
<style>
a { background-color: #6ACCDD; }
a { background-color: rgb(106,204,221); }
div.DivClassName
{
background-color: #6ACCDD;
}
.BgClassName
{
background-color: #6ACCDD;
}
</style>
border-color css
<style>
span { border-color: #6ACCDD; }
span { border-color: rgb(106,204,221); }
td.TdClassName
{
border-color: #6ACCDD;
}
.TagClassName
{
border-color: #6ACCDD;
}
</style>