Shades of Turquoise Blue #6ACDDC
Tints of Turquoise Blue #6ACDDC
RGB
CMYK
RGB Variations
Color information
#6ACDDC (or 0x6ACDDC) is known color: Turquoise Blue. HEX triplet: 6A, CD and DC. RGB value is (106,205,220). Sum of RGB (Red+Green+Blue) = 106+205+220=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ACDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDDC is #953223. Grayscale: #B0B0B0. Windows color (decimal): -9777700 or 14470506. OLE color: 14470506.
HSL color Cylindrical-coordinate representation of color #6ACDDC: hue angle of 187.89º degrees, saturation: 0.62, 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 #6ACDDC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 205 | 220 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.14 |
| HSL | 187.89º | 0.62% | 0.64% | - |
| HSV(B) | 187.89º | 0.52% | 0.86% | - |
| XYZ | 40.69 | 51.89 | 75.58 | - |
| YUV | 177.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 220 | 0.52 | 0.07 | 0 | 0.14 | 187.89 | 0.62 | 0.64 |
| Hex | 6A | CD | DC | 34 | 7 | 0 | E | BC | 3E | 40 |
| Octal | 152 | 315 | 334 | 64 | 7 | 0 | 16 | 274 | 76 | 100 |
| Binary | 1101010 | 11001101 | 11011100 | 110100 | 111 | 0 | 1110 | 10111100 | 111110 | 1000000 |
Color Harmonies of #6ACDDC
Complementary color
Monochromatic Colors of #6ACDDC
Black with #6ACDDC
Text Example
Text Example
White with #6ACDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACDDC; }
p { color: rgb(106,205,220); }
H1.HeaderClassName
{
color: #6ACDDC;
}
.AnyTagClassName
{
color: #6ACDDC;
}
</style>
background-color css
<style>
a { background-color: #6ACDDC; }
a { background-color: rgb(106,205,220); }
div.DivClassName
{
background-color: #6ACDDC;
}
.BgClassName
{
background-color: #6ACDDC;
}
</style>
border-color css
<style>
span { border-color: #6ACDDC; }
span { border-color: rgb(106,205,220); }
td.TdClassName
{
border-color: #6ACDDC;
}
.TagClassName
{
border-color: #6ACDDC;
}
</style>