Shades of Turquoise Blue #6DE1E9
Tints of Turquoise Blue #6DE1E9
RGB
CMYK
RGB Variations
Color information
#6DE1E9 (or 0x6DE1E9) is known color: Turquoise Blue. HEX triplet: 6D, E1 and E9. RGB value is (109,225,233). Sum of RGB (Red+Green+Blue) = 109+225+233=567 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.22% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #6DE1E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DE1E9 is #921E16. Grayscale: #BFBFBF. Windows color (decimal): -9575959 or 15327597. OLE color: 15327597.
HSL color Cylindrical-coordinate representation of color #6DE1E9: hue angle of 183.87º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE1E9 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 225 | 233 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.09 |
| HSL | 183.87º | 0.74% | 0.67% | - |
| HSV(B) | 183.87º | 0.53% | 0.91% | - |
| XYZ | 47.94 | 62.98 | 86.72 | - |
| YUV | 191.23 | 151.57 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 225 | 233 | 0.53 | 0.03 | 0 | 0.09 | 183.87 | 0.74 | 0.67 |
| Hex | 6D | E1 | E9 | 35 | 3 | 0 | 9 | B8 | 4A | 43 |
| Octal | 155 | 341 | 351 | 65 | 3 | 0 | 11 | 270 | 112 | 103 |
| Binary | 1101101 | 11100001 | 11101001 | 110101 | 11 | 0 | 1001 | 10111000 | 1001010 | 1000011 |
Color Harmonies of #6DE1E9
Complementary color
Monochromatic Colors of #6DE1E9
Black with #6DE1E9
Text Example
Text Example
White with #6DE1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE1E9; }
p { color: rgb(109,225,233); }
H1.HeaderClassName
{
color: #6DE1E9;
}
.AnyTagClassName
{
color: #6DE1E9;
}
</style>
background-color css
<style>
a { background-color: #6DE1E9; }
a { background-color: rgb(109,225,233); }
div.DivClassName
{
background-color: #6DE1E9;
}
.BgClassName
{
background-color: #6DE1E9;
}
</style>
border-color css
<style>
span { border-color: #6DE1E9; }
span { border-color: rgb(109,225,233); }
td.TdClassName
{
border-color: #6DE1E9;
}
.TagClassName
{
border-color: #6DE1E9;
}
</style>