Shades of Turquoise Blue #6ADDDD
Tints of Turquoise Blue #6ADDDD
RGB
CMYK
RGB Variations
Color information
#6ADDDD (or 0x6ADDDD) is known color: Turquoise Blue. HEX triplet: 6A, DD and DD. RGB value is (106,221,221). Sum of RGB (Red+Green+Blue) = 106+221+221=548 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.34% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #6ADDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDDD is #952222. Grayscale: #BABABA. Windows color (decimal): -9773603 or 14540138. OLE color: 14540138.
HSL color Cylindrical-coordinate representation of color #6ADDDD: hue angle of 180º 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 #6ADDDD is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 221 | - |
| CMYK | 0.52 | 0 | 0 | 0.13 |
| HSL | 180º | 0.63% | 0.64% | - |
| HSV(B) | 180º | 0.52% | 0.87% | - |
| XYZ | 44.85 | 60 | 77.62 | - |
| YUV | 186.62 | 147.4 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 221 | 0.52 | 0 | 0 | 0.13 | 180 | 0.63 | 0.64 |
| Hex | 6A | DD | DD | 34 | 0 | 0 | D | B4 | 3F | 40 |
| Octal | 152 | 335 | 335 | 64 | 0 | 0 | 15 | 264 | 77 | 100 |
| Binary | 1101010 | 11011101 | 11011101 | 110100 | 0 | 0 | 1101 | 10110100 | 111111 | 1000000 |
Color Harmonies of #6ADDDD
Complementary color
Monochromatic Colors of #6ADDDD
Black with #6ADDDD
Text Example
Text Example
White with #6ADDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDDD; }
p { color: rgb(106,221,221); }
H1.HeaderClassName
{
color: #6ADDDD;
}
.AnyTagClassName
{
color: #6ADDDD;
}
</style>
background-color css
<style>
a { background-color: #6ADDDD; }
a { background-color: rgb(106,221,221); }
div.DivClassName
{
background-color: #6ADDDD;
}
.BgClassName
{
background-color: #6ADDDD;
}
</style>
border-color css
<style>
span { border-color: #6ADDDD; }
span { border-color: rgb(106,221,221); }
td.TdClassName
{
border-color: #6ADDDD;
}
.TagClassName
{
border-color: #6ADDDD;
}
</style>