Shades of Turquoise Blue #6AEDDA
Tints of Turquoise Blue #6AEDDA
RGB
CMYK
RGB Variations
Color information
#6AEDDA (or 0x6AEDDA) is known color: Turquoise Blue. HEX triplet: 6A, ED and DA. RGB value is (106,237,218). Sum of RGB (Red+Green+Blue) = 106+237+218=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDDA is #951225. Grayscale: #C3C3C3. Windows color (decimal): -9769510 or 14347626. OLE color: 14347626.
HSL color Cylindrical-coordinate representation of color #6AEDDA: hue angle of 171.3º 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 #6AEDDA is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 218 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.07 |
| HSL | 171.3º | 0.78% | 0.67% | - |
| HSV(B) | 171.3º | 0.55% | 0.93% | - |
| XYZ | 48.88 | 68.69 | 77.01 | - |
| YUV | 195.67 | 140.6 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 218 | 0.55 | 0 | 0.08 | 0.07 | 171.3 | 0.78 | 0.67 |
| Hex | 6A | ED | DA | 37 | 0 | 8 | 7 | AB | 4E | 43 |
| Octal | 152 | 355 | 332 | 67 | 0 | 10 | 7 | 253 | 116 | 103 |
| Binary | 1101010 | 11101101 | 11011010 | 110111 | 0 | 1000 | 111 | 10101011 | 1001110 | 1000011 |
Color Harmonies of #6AEDDA
Complementary color
Monochromatic Colors of #6AEDDA
Black with #6AEDDA
Text Example
Text Example
White with #6AEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEDDA; }
p { color: rgb(106,237,218); }
H1.HeaderClassName
{
color: #6AEDDA;
}
.AnyTagClassName
{
color: #6AEDDA;
}
</style>
background-color css
<style>
a { background-color: #6AEDDA; }
a { background-color: rgb(106,237,218); }
div.DivClassName
{
background-color: #6AEDDA;
}
.BgClassName
{
background-color: #6AEDDA;
}
</style>
border-color css
<style>
span { border-color: #6AEDDA; }
span { border-color: rgb(106,237,218); }
td.TdClassName
{
border-color: #6AEDDA;
}
.TagClassName
{
border-color: #6AEDDA;
}
</style>