Shades of Turquoise Blue #69DCDB
Tints of Turquoise Blue #69DCDB
RGB
CMYK
RGB Variations
Color information
#69DCDB (or 0x69DCDB) is known color: Turquoise Blue. HEX triplet: 69, DC and DB. RGB value is (105,220,219). Sum of RGB (Red+Green+Blue) = 105+220+219=544 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.30% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #69DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCDB is #962324. Grayscale: #B9B9B9. Windows color (decimal): -9839397 or 14408809. OLE color: 14408809.
HSL color Cylindrical-coordinate representation of color #69DCDB: hue angle of 179.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DCDB is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 219 | - |
| CMYK | 0.52 | 0 | 0.00 | 0.14 |
| HSL | 179.48º | 0.62% | 0.64% | - |
| HSV(B) | 179.48º | 0.52% | 0.86% | - |
| XYZ | 44.21 | 59.3 | 76.13 | - |
| YUV | 185.5 | 146.9 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 219 | 0.52 | 0 | 0.00 | 0.14 | 179.48 | 0.62 | 0.64 |
| Hex | 69 | DC | DB | 34 | 0 | 0 | E | B3 | 3E | 40 |
| Octal | 151 | 334 | 333 | 64 | 0 | 0 | 16 | 263 | 76 | 100 |
| Binary | 1101001 | 11011100 | 11011011 | 110100 | 0 | 0 | 1110 | 10110011 | 111110 | 1000000 |
Color Harmonies of #69DCDB
Complementary color
Monochromatic Colors of #69DCDB
Black with #69DCDB
Text Example
Text Example
White with #69DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DCDB; }
p { color: rgb(105,220,219); }
H1.HeaderClassName
{
color: #69DCDB;
}
.AnyTagClassName
{
color: #69DCDB;
}
</style>
background-color css
<style>
a { background-color: #69DCDB; }
a { background-color: rgb(105,220,219); }
div.DivClassName
{
background-color: #69DCDB;
}
.BgClassName
{
background-color: #69DCDB;
}
</style>
border-color css
<style>
span { border-color: #69DCDB; }
span { border-color: rgb(105,220,219); }
td.TdClassName
{
border-color: #69DCDB;
}
.TagClassName
{
border-color: #69DCDB;
}
</style>