Shades of Turquoise Blue #69E5D6
Tints of Turquoise Blue #69E5D6
RGB
CMYK
RGB Variations
Color information
#69E5D6 (or 0x69E5D6) is known color: Turquoise Blue. HEX triplet: 69, E5 and D6. RGB value is (105,229,214). Sum of RGB (Red+Green+Blue) = 105+229+214=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #69E5D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E5D6 is #961A29. Grayscale: #BEBEBE. Windows color (decimal): -9837098 or 14083433. OLE color: 14083433.
HSL color Cylindrical-coordinate representation of color #69E5D6: hue angle of 172.74º 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 #69E5D6 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 214 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.10 |
| HSL | 172.74º | 0.7% | 0.65% | - |
| HSV(B) | 172.74º | 0.54% | 0.9% | - |
| XYZ | 45.98 | 63.9 | 73.53 | - |
| YUV | 190.21 | 141.42 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 214 | 0.54 | 0 | 0.07 | 0.10 | 172.74 | 0.7 | 0.65 |
| Hex | 69 | E5 | D6 | 36 | 0 | 7 | A | AD | 46 | 41 |
| Octal | 151 | 345 | 326 | 66 | 0 | 7 | 12 | 255 | 106 | 101 |
| Binary | 1101001 | 11100101 | 11010110 | 110110 | 0 | 111 | 1010 | 10101101 | 1000110 | 1000001 |
Color Harmonies of #69E5D6
Complementary color
Monochromatic Colors of #69E5D6
Black with #69E5D6
Text Example
Text Example
White with #69E5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E5D6; }
p { color: rgb(105,229,214); }
H1.HeaderClassName
{
color: #69E5D6;
}
.AnyTagClassName
{
color: #69E5D6;
}
</style>
background-color css
<style>
a { background-color: #69E5D6; }
a { background-color: rgb(105,229,214); }
div.DivClassName
{
background-color: #69E5D6;
}
.BgClassName
{
background-color: #69E5D6;
}
</style>
border-color css
<style>
span { border-color: #69E5D6; }
span { border-color: rgb(105,229,214); }
td.TdClassName
{
border-color: #69E5D6;
}
.TagClassName
{
border-color: #69E5D6;
}
</style>