Shades of Turquoise Blue #6ACDDB
Tints of Turquoise Blue #6ACDDB
RGB
CMYK
RGB Variations
Color information
#6ACDDB (or 0x6ACDDB) is known color: Turquoise Blue. HEX triplet: 6A, CD and DB. RGB value is (106,205,219). Sum of RGB (Red+Green+Blue) = 106+205+219=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ACDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDDB is #953224. Grayscale: #B0B0B0. Windows color (decimal): -9777701 or 14404970. OLE color: 14404970.
HSL color Cylindrical-coordinate representation of color #6ACDDB: hue angle of 187.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ACDDB is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 205 | 219 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.14 |
| HSL | 187.43º | 0.61% | 0.64% | - |
| HSV(B) | 187.43º | 0.52% | 0.86% | - |
| XYZ | 40.56 | 51.84 | 74.89 | - |
| YUV | 177 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 219 | 0.52 | 0.06 | 0 | 0.14 | 187.43 | 0.61 | 0.64 |
| Hex | 6A | CD | DB | 34 | 6 | 0 | E | BB | 3D | 40 |
| Octal | 152 | 315 | 333 | 64 | 6 | 0 | 16 | 273 | 75 | 100 |
| Binary | 1101010 | 11001101 | 11011011 | 110100 | 110 | 0 | 1110 | 10111011 | 111101 | 1000000 |
Color Harmonies of #6ACDDB
Complementary color
Monochromatic Colors of #6ACDDB
Black with #6ACDDB
Text Example
Text Example
White with #6ACDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACDDB; }
p { color: rgb(106,205,219); }
H1.HeaderClassName
{
color: #6ACDDB;
}
.AnyTagClassName
{
color: #6ACDDB;
}
</style>
background-color css
<style>
a { background-color: #6ACDDB; }
a { background-color: rgb(106,205,219); }
div.DivClassName
{
background-color: #6ACDDB;
}
.BgClassName
{
background-color: #6ACDDB;
}
</style>
border-color css
<style>
span { border-color: #6ACDDB; }
span { border-color: rgb(106,205,219); }
td.TdClassName
{
border-color: #6ACDDB;
}
.TagClassName
{
border-color: #6ACDDB;
}
</style>