Shades of Turquoise Blue #69E5DD
Tints of Turquoise Blue #69E5DD
RGB
CMYK
RGB Variations
Color information
#69E5DD (or 0x69E5DD) is known color: Turquoise Blue. HEX triplet: 69, E5 and DD. RGB value is (105,229,221). Sum of RGB (Red+Green+Blue) = 105+229+221=555 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.92% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #69E5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E5DD is #961A22. Grayscale: #BEBEBE. Windows color (decimal): -9837091 or 14542185. OLE color: 14542185.
HSL color Cylindrical-coordinate representation of color #69E5DD: hue angle of 176.13º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E5DD is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 221 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.10 |
| HSL | 176.13º | 0.7% | 0.65% | - |
| HSV(B) | 176.13º | 0.54% | 0.9% | - |
| XYZ | 46.9 | 64.26 | 78.34 | - |
| YUV | 191.01 | 144.92 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 221 | 0.54 | 0 | 0.03 | 0.10 | 176.13 | 0.7 | 0.65 |
| Hex | 69 | E5 | DD | 36 | 0 | 3 | A | B0 | 46 | 41 |
| Octal | 151 | 345 | 335 | 66 | 0 | 3 | 12 | 260 | 106 | 101 |
| Binary | 1101001 | 11100101 | 11011101 | 110110 | 0 | 11 | 1010 | 10110000 | 1000110 | 1000001 |
Color Harmonies of #69E5DD
Complementary color
Monochromatic Colors of #69E5DD
Black with #69E5DD
Text Example
Text Example
White with #69E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E5DD; }
p { color: rgb(105,229,221); }
H1.HeaderClassName
{
color: #69E5DD;
}
.AnyTagClassName
{
color: #69E5DD;
}
</style>
background-color css
<style>
a { background-color: #69E5DD; }
a { background-color: rgb(105,229,221); }
div.DivClassName
{
background-color: #69E5DD;
}
.BgClassName
{
background-color: #69E5DD;
}
</style>
border-color css
<style>
span { border-color: #69E5DD; }
span { border-color: rgb(105,229,221); }
td.TdClassName
{
border-color: #69E5DD;
}
.TagClassName
{
border-color: #69E5DD;
}
</style>