Shades of Turquoise Blue #6ADFD4
Tints of Turquoise Blue #6ADFD4
RGB
CMYK
RGB Variations
Color information
#6ADFD4 (or 0x6ADFD4) is known color: Turquoise Blue. HEX triplet: 6A, DF and D4. RGB value is (106,223,212). Sum of RGB (Red+Green+Blue) = 106+223+212=541 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.59% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFD4 is #95202B. Grayscale: #BABABA. Windows color (decimal): -9773100 or 13950826. OLE color: 13950826.
HSL color Cylindrical-coordinate representation of color #6ADFD4: hue angle of 174.36º 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 #6ADFD4 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 212 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.13 |
| HSL | 174.36º | 0.65% | 0.65% | - |
| HSV(B) | 174.36º | 0.52% | 0.87% | - |
| XYZ | 44.22 | 60.59 | 71.65 | - |
| YUV | 186.76 | 142.24 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 212 | 0.52 | 0 | 0.05 | 0.13 | 174.36 | 0.65 | 0.65 |
| Hex | 6A | DF | D4 | 34 | 0 | 5 | D | AE | 41 | 41 |
| Octal | 152 | 337 | 324 | 64 | 0 | 5 | 15 | 256 | 101 | 101 |
| Binary | 1101010 | 11011111 | 11010100 | 110100 | 0 | 101 | 1101 | 10101110 | 1000001 | 1000001 |
Color Harmonies of #6ADFD4
Complementary color
Monochromatic Colors of #6ADFD4
Black with #6ADFD4
Text Example
Text Example
White with #6ADFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFD4; }
p { color: rgb(106,223,212); }
H1.HeaderClassName
{
color: #6ADFD4;
}
.AnyTagClassName
{
color: #6ADFD4;
}
</style>
background-color css
<style>
a { background-color: #6ADFD4; }
a { background-color: rgb(106,223,212); }
div.DivClassName
{
background-color: #6ADFD4;
}
.BgClassName
{
background-color: #6ADFD4;
}
</style>
border-color css
<style>
span { border-color: #6ADFD4; }
span { border-color: rgb(106,223,212); }
td.TdClassName
{
border-color: #6ADFD4;
}
.TagClassName
{
border-color: #6ADFD4;
}
</style>