Shades of Turquoise Blue #69DBDD
Tints of Turquoise Blue #69DBDD
RGB
CMYK
RGB Variations
Color information
#69DBDD (or 0x69DBDD) is known color: Turquoise Blue. HEX triplet: 69, DB and DD. RGB value is (105,219,221). Sum of RGB (Red+Green+Blue) = 105+219+221=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #69DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DBDD is #962422. Grayscale: #B9B9B9. Windows color (decimal): -9839651 or 14539625. OLE color: 14539625.
HSL color Cylindrical-coordinate representation of color #69DBDD: hue angle of 181.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DBDD is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 219 | 221 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.13 |
| HSL | 181.03º | 0.63% | 0.64% | - |
| HSV(B) | 181.03º | 0.52% | 0.87% | - |
| XYZ | 44.21 | 58.89 | 77.44 | - |
| YUV | 185.14 | 148.23 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 221 | 0.52 | 0.01 | 0 | 0.13 | 181.03 | 0.63 | 0.64 |
| Hex | 69 | DB | DD | 34 | 1 | 0 | D | B5 | 3F | 40 |
| Octal | 151 | 333 | 335 | 64 | 1 | 0 | 15 | 265 | 77 | 100 |
| Binary | 1101001 | 11011011 | 11011101 | 110100 | 1 | 0 | 1101 | 10110101 | 111111 | 1000000 |
Color Harmonies of #69DBDD
Complementary color
Monochromatic Colors of #69DBDD
Black with #69DBDD
Text Example
Text Example
White with #69DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBDD; }
p { color: rgb(105,219,221); }
H1.HeaderClassName
{
color: #69DBDD;
}
.AnyTagClassName
{
color: #69DBDD;
}
</style>
background-color css
<style>
a { background-color: #69DBDD; }
a { background-color: rgb(105,219,221); }
div.DivClassName
{
background-color: #69DBDD;
}
.BgClassName
{
background-color: #69DBDD;
}
</style>
border-color css
<style>
span { border-color: #69DBDD; }
span { border-color: rgb(105,219,221); }
td.TdClassName
{
border-color: #69DBDD;
}
.TagClassName
{
border-color: #69DBDD;
}
</style>