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