Shades of Turquoise Blue #69ECDB
Tints of Turquoise Blue #69ECDB
RGB
CMYK
RGB Variations
Color information
#69ECDB (or 0x69ECDB) is known color: Turquoise Blue. HEX triplet: 69, EC and DB. RGB value is (105,236,219). Sum of RGB (Red+Green+Blue) = 105+236+219=560 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.75% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69ECDB is #961324. Grayscale: #C2C2C2. Windows color (decimal): -9835301 or 14412905. OLE color: 14412905.
HSL color Cylindrical-coordinate representation of color #69ECDB: hue angle of 172.21º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ECDB is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 219 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.07 |
| HSL | 172.21º | 0.78% | 0.67% | - |
| HSV(B) | 172.21º | 0.56% | 0.93% | - |
| XYZ | 48.61 | 68.11 | 77.6 | - |
| YUV | 194.89 | 141.6 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 219 | 0.56 | 0 | 0.07 | 0.07 | 172.21 | 0.78 | 0.67 |
| Hex | 69 | EC | DB | 38 | 0 | 7 | 7 | AC | 4E | 43 |
| Octal | 151 | 354 | 333 | 70 | 0 | 7 | 7 | 254 | 116 | 103 |
| Binary | 1101001 | 11101100 | 11011011 | 111000 | 0 | 111 | 111 | 10101100 | 1001110 | 1000011 |
Color Harmonies of #69ECDB
Complementary color
Monochromatic Colors of #69ECDB
Black with #69ECDB
Text Example
Text Example
White with #69ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ECDB; }
p { color: rgb(105,236,219); }
H1.HeaderClassName
{
color: #69ECDB;
}
.AnyTagClassName
{
color: #69ECDB;
}
</style>
background-color css
<style>
a { background-color: #69ECDB; }
a { background-color: rgb(105,236,219); }
div.DivClassName
{
background-color: #69ECDB;
}
.BgClassName
{
background-color: #69ECDB;
}
</style>
border-color css
<style>
span { border-color: #69ECDB; }
span { border-color: rgb(105,236,219); }
td.TdClassName
{
border-color: #69ECDB;
}
.TagClassName
{
border-color: #69ECDB;
}
</style>