Shades of Turquoise Blue #6AD7D2
Tints of Turquoise Blue #6AD7D2
RGB
CMYK
RGB Variations
Color information
#6AD7D2 (or 0x6AD7D2) is known color: Turquoise Blue. HEX triplet: 6A, D7 and D2. RGB value is (106,215,210). Sum of RGB (Red+Green+Blue) = 106+215+210=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD7D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD7D2 is #95282D. Grayscale: #B5B5B5. Windows color (decimal): -9775150 or 13817706. OLE color: 13817706.
HSL color Cylindrical-coordinate representation of color #6AD7D2: hue angle of 177.25º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD7D2 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 210 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.16 |
| HSL | 177.25º | 0.58% | 0.63% | - |
| HSV(B) | 177.25º | 0.51% | 0.84% | - |
| XYZ | 41.88 | 56.32 | 69.64 | - |
| YUV | 181.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 210 | 0.51 | 0 | 0.02 | 0.16 | 177.25 | 0.58 | 0.63 |
| Hex | 6A | D7 | D2 | 33 | 0 | 2 | 10 | B1 | 3A | 3F |
| Octal | 152 | 327 | 322 | 63 | 0 | 2 | 20 | 261 | 72 | 77 |
| Binary | 1101010 | 11010111 | 11010010 | 110011 | 0 | 10 | 10000 | 10110001 | 111010 | 111111 |
Color Harmonies of #6AD7D2
Complementary color
Monochromatic Colors of #6AD7D2
Black with #6AD7D2
Text Example
Text Example
White with #6AD7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD7D2; }
p { color: rgb(106,215,210); }
H1.HeaderClassName
{
color: #6AD7D2;
}
.AnyTagClassName
{
color: #6AD7D2;
}
</style>
background-color css
<style>
a { background-color: #6AD7D2; }
a { background-color: rgb(106,215,210); }
div.DivClassName
{
background-color: #6AD7D2;
}
.BgClassName
{
background-color: #6AD7D2;
}
</style>
border-color css
<style>
span { border-color: #6AD7D2; }
span { border-color: rgb(106,215,210); }
td.TdClassName
{
border-color: #6AD7D2;
}
.TagClassName
{
border-color: #6AD7D2;
}
</style>