Shades of Turquoise Blue #6DEAED
Tints of Turquoise Blue #6DEAED
RGB
CMYK
RGB Variations
Color information
#6DEAED (or 0x6DEAED) is known color: Turquoise Blue. HEX triplet: 6D, EA and ED. RGB value is (109,234,237). Sum of RGB (Red+Green+Blue) = 109+234+237=580 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.79% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #6DEAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEAED is #921512. Grayscale: #C4C4C4. Windows color (decimal): -9573651 or 15592045. OLE color: 15592045.
HSL color Cylindrical-coordinate representation of color #6DEAED: hue angle of 181.41º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEAED is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 234 | 237 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.07 |
| HSL | 181.41º | 0.78% | 0.68% | - |
| HSV(B) | 181.41º | 0.54% | 0.93% | - |
| XYZ | 51.02 | 68.21 | 90.6 | - |
| YUV | 196.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 237 | 0.54 | 0.01 | 0 | 0.07 | 181.41 | 0.78 | 0.68 |
| Hex | 6D | EA | ED | 36 | 1 | 0 | 7 | B5 | 4E | 44 |
| Octal | 155 | 352 | 355 | 66 | 1 | 0 | 7 | 265 | 116 | 104 |
| Binary | 1101101 | 11101010 | 11101101 | 110110 | 1 | 0 | 111 | 10110101 | 1001110 | 1000100 |
Color Harmonies of #6DEAED
Complementary color
Monochromatic Colors of #6DEAED
Black with #6DEAED
Text Example
Text Example
White with #6DEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEAED; }
p { color: rgb(109,234,237); }
H1.HeaderClassName
{
color: #6DEAED;
}
.AnyTagClassName
{
color: #6DEAED;
}
</style>
background-color css
<style>
a { background-color: #6DEAED; }
a { background-color: rgb(109,234,237); }
div.DivClassName
{
background-color: #6DEAED;
}
.BgClassName
{
background-color: #6DEAED;
}
</style>
border-color css
<style>
span { border-color: #6DEAED; }
span { border-color: rgb(109,234,237); }
td.TdClassName
{
border-color: #6DEAED;
}
.TagClassName
{
border-color: #6DEAED;
}
</style>