Shades of Turquoise Blue #6DEDE3
Tints of Turquoise Blue #6DEDE3
RGB
CMYK
RGB Variations
Color information
#6DEDE3 (or 0x6DEDE3) is known color: Turquoise Blue. HEX triplet: 6D, ED and E3. RGB value is (109,237,227). Sum of RGB (Red+Green+Blue) = 109+237+227=573 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.02% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDE3 is #92121C. Grayscale: #C5C5C5. Windows color (decimal): -9572893 or 14937453. OLE color: 14937453.
HSL color Cylindrical-coordinate representation of color #6DEDE3: hue angle of 175.31º 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 #6DEDE3 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 227 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.07 |
| HSL | 175.31º | 0.78% | 0.68% | - |
| HSV(B) | 175.31º | 0.54% | 0.93% | - |
| XYZ | 50.46 | 69.37 | 83.4 | - |
| YUV | 197.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 227 | 0.54 | 0 | 0.04 | 0.07 | 175.31 | 0.78 | 0.68 |
| Hex | 6D | ED | E3 | 36 | 0 | 4 | 7 | AF | 4E | 44 |
| Octal | 155 | 355 | 343 | 66 | 0 | 4 | 7 | 257 | 116 | 104 |
| Binary | 1101101 | 11101101 | 11100011 | 110110 | 0 | 100 | 111 | 10101111 | 1001110 | 1000100 |
Color Harmonies of #6DEDE3
Complementary color
Monochromatic Colors of #6DEDE3
Black with #6DEDE3
Text Example
Text Example
White with #6DEDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDE3; }
p { color: rgb(109,237,227); }
H1.HeaderClassName
{
color: #6DEDE3;
}
.AnyTagClassName
{
color: #6DEDE3;
}
</style>
background-color css
<style>
a { background-color: #6DEDE3; }
a { background-color: rgb(109,237,227); }
div.DivClassName
{
background-color: #6DEDE3;
}
.BgClassName
{
background-color: #6DEDE3;
}
</style>
border-color css
<style>
span { border-color: #6DEDE3; }
span { border-color: rgb(109,237,227); }
td.TdClassName
{
border-color: #6DEDE3;
}
.TagClassName
{
border-color: #6DEDE3;
}
</style>