Shades of Turquoise Blue #6ADFD8
Tints of Turquoise Blue #6ADFD8
RGB
CMYK
RGB Variations
Color information
#6ADFD8 (or 0x6ADFD8) is known color: Turquoise Blue. HEX triplet: 6A, DF and D8. RGB value is (106,223,216). Sum of RGB (Red+Green+Blue) = 106+223+216=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFD8 is #952027. Grayscale: #BBBBBB. Windows color (decimal): -9773096 or 14212970. OLE color: 14212970.
HSL color Cylindrical-coordinate representation of color #6ADFD8: hue angle of 176.41º 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 #6ADFD8 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 216 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.13 |
| HSL | 176.41º | 0.65% | 0.65% | - |
| HSV(B) | 176.41º | 0.52% | 0.87% | - |
| XYZ | 44.73 | 60.8 | 74.34 | - |
| YUV | 187.22 | 144.24 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 216 | 0.52 | 0 | 0.03 | 0.13 | 176.41 | 0.65 | 0.65 |
| Hex | 6A | DF | D8 | 34 | 0 | 3 | D | B0 | 41 | 41 |
| Octal | 152 | 337 | 330 | 64 | 0 | 3 | 15 | 260 | 101 | 101 |
| Binary | 1101010 | 11011111 | 11011000 | 110100 | 0 | 11 | 1101 | 10110000 | 1000001 | 1000001 |
Color Harmonies of #6ADFD8
Complementary color
Monochromatic Colors of #6ADFD8
Black with #6ADFD8
Text Example
Text Example
White with #6ADFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFD8; }
p { color: rgb(106,223,216); }
H1.HeaderClassName
{
color: #6ADFD8;
}
.AnyTagClassName
{
color: #6ADFD8;
}
</style>
background-color css
<style>
a { background-color: #6ADFD8; }
a { background-color: rgb(106,223,216); }
div.DivClassName
{
background-color: #6ADFD8;
}
.BgClassName
{
background-color: #6ADFD8;
}
</style>
border-color css
<style>
span { border-color: #6ADFD8; }
span { border-color: rgb(106,223,216); }
td.TdClassName
{
border-color: #6ADFD8;
}
.TagClassName
{
border-color: #6ADFD8;
}
</style>