Shades of Turquoise Blue #6ADFDA
Tints of Turquoise Blue #6ADFDA
RGB
CMYK
RGB Variations
Color information
#6ADFDA (or 0x6ADFDA) is known color: Turquoise Blue. HEX triplet: 6A, DF and DA. RGB value is (106,223,218). Sum of RGB (Red+Green+Blue) = 106+223+218=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFDA is #952025. Grayscale: #BBBBBB. Windows color (decimal): -9773094 or 14344042. OLE color: 14344042.
HSL color Cylindrical-coordinate representation of color #6ADFDA: hue angle of 177.44º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADFDA is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 218 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.13 |
| HSL | 177.44º | 0.65% | 0.65% | - |
| HSV(B) | 177.44º | 0.52% | 0.87% | - |
| XYZ | 44.99 | 60.9 | 75.71 | - |
| YUV | 187.45 | 145.24 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 218 | 0.52 | 0 | 0.02 | 0.13 | 177.44 | 0.65 | 0.65 |
| Hex | 6A | DF | DA | 34 | 0 | 2 | D | B1 | 41 | 41 |
| Octal | 152 | 337 | 332 | 64 | 0 | 2 | 15 | 261 | 101 | 101 |
| Binary | 1101010 | 11011111 | 11011010 | 110100 | 0 | 10 | 1101 | 10110001 | 1000001 | 1000001 |
Color Harmonies of #6ADFDA
Complementary color
Monochromatic Colors of #6ADFDA
Black with #6ADFDA
Text Example
Text Example
White with #6ADFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFDA; }
p { color: rgb(106,223,218); }
H1.HeaderClassName
{
color: #6ADFDA;
}
.AnyTagClassName
{
color: #6ADFDA;
}
</style>
background-color css
<style>
a { background-color: #6ADFDA; }
a { background-color: rgb(106,223,218); }
div.DivClassName
{
background-color: #6ADFDA;
}
.BgClassName
{
background-color: #6ADFDA;
}
</style>
border-color css
<style>
span { border-color: #6ADFDA; }
span { border-color: rgb(106,223,218); }
td.TdClassName
{
border-color: #6ADFDA;
}
.TagClassName
{
border-color: #6ADFDA;
}
</style>