Shades of Turquoise Blue #69D0DB
Tints of Turquoise Blue #69D0DB
RGB
CMYK
RGB Variations
Color information
#69D0DB (or 0x69D0DB) is known color: Turquoise Blue. HEX triplet: 69, D0 and DB. RGB value is (105,208,219). Sum of RGB (Red+Green+Blue) = 105+208+219=532 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.74% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #69D0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D0DB is #962F24. Grayscale: #B2B2B2. Windows color (decimal): -9842469 or 14405737. OLE color: 14405737.
HSL color Cylindrical-coordinate representation of color #69D0DB: hue angle of 185.79º degrees, saturation: 0.61, 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 #69D0DB is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 208 | 219 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.14 |
| HSL | 185.79º | 0.61% | 0.64% | - |
| HSV(B) | 185.79º | 0.52% | 0.86% | - |
| XYZ | 41.17 | 53.23 | 75.12 | - |
| YUV | 178.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 208 | 219 | 0.52 | 0.05 | 0 | 0.14 | 185.79 | 0.61 | 0.64 |
| Hex | 69 | D0 | DB | 34 | 5 | 0 | E | BA | 3D | 40 |
| Octal | 151 | 320 | 333 | 64 | 5 | 0 | 16 | 272 | 75 | 100 |
| Binary | 1101001 | 11010000 | 11011011 | 110100 | 101 | 0 | 1110 | 10111010 | 111101 | 1000000 |
Color Harmonies of #69D0DB
Complementary color
Monochromatic Colors of #69D0DB
Black with #69D0DB
Text Example
Text Example
White with #69D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D0DB; }
p { color: rgb(105,208,219); }
H1.HeaderClassName
{
color: #69D0DB;
}
.AnyTagClassName
{
color: #69D0DB;
}
</style>
background-color css
<style>
a { background-color: #69D0DB; }
a { background-color: rgb(105,208,219); }
div.DivClassName
{
background-color: #69D0DB;
}
.BgClassName
{
background-color: #69D0DB;
}
</style>
border-color css
<style>
span { border-color: #69D0DB; }
span { border-color: rgb(105,208,219); }
td.TdClassName
{
border-color: #69D0DB;
}
.TagClassName
{
border-color: #69D0DB;
}
</style>