Shades of Turquoise Blue #69D9DB
Tints of Turquoise Blue #69D9DB
RGB
CMYK
RGB Variations
Color information
#69D9DB (or 0x69D9DB) is known color: Turquoise Blue. HEX triplet: 69, D9 and DB. RGB value is (105,217,219). Sum of RGB (Red+Green+Blue) = 105+217+219=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #69D9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D9DB is #962624. Grayscale: #B7B7B7. Windows color (decimal): -9840165 or 14408041. OLE color: 14408041.
HSL color Cylindrical-coordinate representation of color #69D9DB: hue angle of 181.05º 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 #69D9DB is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 217 | 219 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.14 |
| HSL | 181.05º | 0.61% | 0.64% | - |
| HSV(B) | 181.05º | 0.52% | 0.86% | - |
| XYZ | 43.42 | 57.74 | 75.87 | - |
| YUV | 183.74 | 147.89 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 219 | 0.52 | 0.01 | 0 | 0.14 | 181.05 | 0.61 | 0.64 |
| Hex | 69 | D9 | DB | 34 | 1 | 0 | E | B5 | 3D | 40 |
| Octal | 151 | 331 | 333 | 64 | 1 | 0 | 16 | 265 | 75 | 100 |
| Binary | 1101001 | 11011001 | 11011011 | 110100 | 1 | 0 | 1110 | 10110101 | 111101 | 1000000 |
Color Harmonies of #69D9DB
Complementary color
Monochromatic Colors of #69D9DB
Black with #69D9DB
Text Example
Text Example
White with #69D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D9DB; }
p { color: rgb(105,217,219); }
H1.HeaderClassName
{
color: #69D9DB;
}
.AnyTagClassName
{
color: #69D9DB;
}
</style>
background-color css
<style>
a { background-color: #69D9DB; }
a { background-color: rgb(105,217,219); }
div.DivClassName
{
background-color: #69D9DB;
}
.BgClassName
{
background-color: #69D9DB;
}
</style>
border-color css
<style>
span { border-color: #69D9DB; }
span { border-color: rgb(105,217,219); }
td.TdClassName
{
border-color: #69D9DB;
}
.TagClassName
{
border-color: #69D9DB;
}
</style>