Shades of Turquoise Blue #6DEAE3
Tints of Turquoise Blue #6DEAE3
RGB
CMYK
RGB Variations
Color information
#6DEAE3 (or 0x6DEAE3) is known color: Turquoise Blue. HEX triplet: 6D, EA and E3. RGB value is (109,234,227). Sum of RGB (Red+Green+Blue) = 109+234+227=570 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.12% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEAE3 is #92151C. Grayscale: #C3C3C3. Windows color (decimal): -9573661 or 14936685. OLE color: 14936685.
HSL color Cylindrical-coordinate representation of color #6DEAE3: hue angle of 176.64º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DEAE3 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 234 | 227 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.08 |
| HSL | 176.64º | 0.75% | 0.67% | - |
| HSV(B) | 176.64º | 0.53% | 0.92% | - |
| XYZ | 49.59 | 67.64 | 83.12 | - |
| YUV | 195.83 | 145.59 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 227 | 0.53 | 0 | 0.03 | 0.08 | 176.64 | 0.75 | 0.67 |
| Hex | 6D | EA | E3 | 35 | 0 | 3 | 8 | B1 | 4B | 43 |
| Octal | 155 | 352 | 343 | 65 | 0 | 3 | 10 | 261 | 113 | 103 |
| Binary | 1101101 | 11101010 | 11100011 | 110101 | 0 | 11 | 1000 | 10110001 | 1001011 | 1000011 |
Color Harmonies of #6DEAE3
Complementary color
Monochromatic Colors of #6DEAE3
Black with #6DEAE3
Text Example
Text Example
White with #6DEAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEAE3; }
p { color: rgb(109,234,227); }
H1.HeaderClassName
{
color: #6DEAE3;
}
.AnyTagClassName
{
color: #6DEAE3;
}
</style>
background-color css
<style>
a { background-color: #6DEAE3; }
a { background-color: rgb(109,234,227); }
div.DivClassName
{
background-color: #6DEAE3;
}
.BgClassName
{
background-color: #6DEAE3;
}
</style>
border-color css
<style>
span { border-color: #6DEAE3; }
span { border-color: rgb(109,234,227); }
td.TdClassName
{
border-color: #6DEAE3;
}
.TagClassName
{
border-color: #6DEAE3;
}
</style>