Shades of Turquoise Blue #6ADEDF
Tints of Turquoise Blue #6ADEDF
RGB
CMYK
RGB Variations
Color information
#6ADEDF (or 0x6ADEDF) is known color: Turquoise Blue. HEX triplet: 6A, DE and DF. RGB value is (106,222,223). Sum of RGB (Red+Green+Blue) = 106+222+223=551 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.24% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ADEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEDF is #952120. Grayscale: #BBBBBB. Windows color (decimal): -9773345 or 14671466. OLE color: 14671466.
HSL color Cylindrical-coordinate representation of color #6ADEDF: hue angle of 180.51º 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 #6ADEDF is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 223 | - |
| CMYK | 0.52 | 0.00 | 0 | 0.13 |
| HSL | 180.51º | 0.65% | 0.65% | - |
| HSV(B) | 180.51º | 0.52% | 0.87% | - |
| XYZ | 45.38 | 60.63 | 79.12 | - |
| YUV | 187.43 | 148.07 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 223 | 0.52 | 0.00 | 0 | 0.13 | 180.51 | 0.65 | 0.65 |
| Hex | 6A | DE | DF | 34 | 0 | 0 | D | B5 | 41 | 41 |
| Octal | 152 | 336 | 337 | 64 | 0 | 0 | 15 | 265 | 101 | 101 |
| Binary | 1101010 | 11011110 | 11011111 | 110100 | 0 | 0 | 1101 | 10110101 | 1000001 | 1000001 |
Color Harmonies of #6ADEDF
Complementary color
Monochromatic Colors of #6ADEDF
Black with #6ADEDF
Text Example
Text Example
White with #6ADEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEDF; }
p { color: rgb(106,222,223); }
H1.HeaderClassName
{
color: #6ADEDF;
}
.AnyTagClassName
{
color: #6ADEDF;
}
</style>
background-color css
<style>
a { background-color: #6ADEDF; }
a { background-color: rgb(106,222,223); }
div.DivClassName
{
background-color: #6ADEDF;
}
.BgClassName
{
background-color: #6ADEDF;
}
</style>
border-color css
<style>
span { border-color: #6ADEDF; }
span { border-color: rgb(106,222,223); }
td.TdClassName
{
border-color: #6ADEDF;
}
.TagClassName
{
border-color: #6ADEDF;
}
</style>