Shades of Turquoise Blue #6AEDDB
Tints of Turquoise Blue #6AEDDB
RGB
CMYK
RGB Variations
Color information
#6AEDDB (or 0x6AEDDB) is known color: Turquoise Blue. HEX triplet: 6A, ED and DB. RGB value is (106,237,219). Sum of RGB (Red+Green+Blue) = 106+237+219=562 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.86% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDDB is #951224. Grayscale: #C3C3C3. Windows color (decimal): -9769509 or 14413162. OLE color: 14413162.
HSL color Cylindrical-coordinate representation of color #6AEDDB: hue angle of 171.76º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEDDB is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 219 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.07 |
| HSL | 171.76º | 0.78% | 0.67% | - |
| HSV(B) | 171.76º | 0.55% | 0.93% | - |
| XYZ | 49.01 | 68.75 | 77.7 | - |
| YUV | 195.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 219 | 0.55 | 0 | 0.08 | 0.07 | 171.76 | 0.78 | 0.67 |
| Hex | 6A | ED | DB | 37 | 0 | 8 | 7 | AC | 4E | 43 |
| Octal | 152 | 355 | 333 | 67 | 0 | 10 | 7 | 254 | 116 | 103 |
| Binary | 1101010 | 11101101 | 11011011 | 110111 | 0 | 1000 | 111 | 10101100 | 1001110 | 1000011 |
Color Harmonies of #6AEDDB
Complementary color
Monochromatic Colors of #6AEDDB
Black with #6AEDDB
Text Example
Text Example
White with #6AEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEDDB; }
p { color: rgb(106,237,219); }
H1.HeaderClassName
{
color: #6AEDDB;
}
.AnyTagClassName
{
color: #6AEDDB;
}
</style>
background-color css
<style>
a { background-color: #6AEDDB; }
a { background-color: rgb(106,237,219); }
div.DivClassName
{
background-color: #6AEDDB;
}
.BgClassName
{
background-color: #6AEDDB;
}
</style>
border-color css
<style>
span { border-color: #6AEDDB; }
span { border-color: rgb(106,237,219); }
td.TdClassName
{
border-color: #6AEDDB;
}
.TagClassName
{
border-color: #6AEDDB;
}
</style>