Shades of Turquoise Blue #6ADFDD
Tints of Turquoise Blue #6ADFDD
RGB
CMYK
RGB Variations
Color information
#6ADFDD (or 0x6ADFDD) is known color: Turquoise Blue. HEX triplet: 6A, DF and DD. RGB value is (106,223,221). Sum of RGB (Red+Green+Blue) = 106+223+221=550 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.27% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFDD is #952022. Grayscale: #BBBBBB. Windows color (decimal): -9773091 or 14540650. OLE color: 14540650.
HSL color Cylindrical-coordinate representation of color #6ADFDD: hue angle of 178.97º 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 #6ADFDD is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 221 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.13 |
| HSL | 178.97º | 0.65% | 0.65% | - |
| HSV(B) | 178.97º | 0.52% | 0.87% | - |
| XYZ | 45.38 | 61.06 | 77.8 | - |
| YUV | 187.79 | 146.74 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 221 | 0.52 | 0 | 0.01 | 0.13 | 178.97 | 0.65 | 0.65 |
| Hex | 6A | DF | DD | 34 | 0 | 1 | D | B3 | 41 | 41 |
| Octal | 152 | 337 | 335 | 64 | 0 | 1 | 15 | 263 | 101 | 101 |
| Binary | 1101010 | 11011111 | 11011101 | 110100 | 0 | 1 | 1101 | 10110011 | 1000001 | 1000001 |
Color Harmonies of #6ADFDD
Complementary color
Monochromatic Colors of #6ADFDD
Black with #6ADFDD
Text Example
Text Example
White with #6ADFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFDD; }
p { color: rgb(106,223,221); }
H1.HeaderClassName
{
color: #6ADFDD;
}
.AnyTagClassName
{
color: #6ADFDD;
}
</style>
background-color css
<style>
a { background-color: #6ADFDD; }
a { background-color: rgb(106,223,221); }
div.DivClassName
{
background-color: #6ADFDD;
}
.BgClassName
{
background-color: #6ADFDD;
}
</style>
border-color css
<style>
span { border-color: #6ADFDD; }
span { border-color: rgb(106,223,221); }
td.TdClassName
{
border-color: #6ADFDD;
}
.TagClassName
{
border-color: #6ADFDD;
}
</style>