Shades of Turquoise Blue #69DBDB
Tints of Turquoise Blue #69DBDB
RGB
CMYK
RGB Variations
Color information
#69DBDB (or 0x69DBDB) is known color: Turquoise Blue. HEX triplet: 69, DB and DB. RGB value is (105,219,219). Sum of RGB (Red+Green+Blue) = 105+219+219=543 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.34% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #69DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DBDB is #962424. Grayscale: #B8B8B8. Windows color (decimal): -9839653 or 14408553. OLE color: 14408553.
HSL color Cylindrical-coordinate representation of color #69DBDB: hue angle of 180º 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 #69DBDB is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 219 | - |
| CMYK | 0.52 | 0 | 0 | 0.14 |
| HSL | 180º | 0.61% | 0.64% | - |
| HSV(B) | 180º | 0.52% | 0.86% | - |
| XYZ | 43.94 | 58.78 | 76.05 | - |
| YUV | 184.91 | 147.23 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 219 | 0.52 | 0 | 0 | 0.14 | 180 | 0.61 | 0.64 |
| Hex | 69 | DB | DB | 34 | 0 | 0 | E | B4 | 3D | 40 |
| Octal | 151 | 333 | 333 | 64 | 0 | 0 | 16 | 264 | 75 | 100 |
| Binary | 1101001 | 11011011 | 11011011 | 110100 | 0 | 0 | 1110 | 10110100 | 111101 | 1000000 |
Color Harmonies of #69DBDB
Complementary color
Monochromatic Colors of #69DBDB
Black with #69DBDB
Text Example
Text Example
White with #69DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBDB; }
p { color: rgb(105,219,219); }
H1.HeaderClassName
{
color: #69DBDB;
}
.AnyTagClassName
{
color: #69DBDB;
}
</style>
background-color css
<style>
a { background-color: #69DBDB; }
a { background-color: rgb(105,219,219); }
div.DivClassName
{
background-color: #69DBDB;
}
.BgClassName
{
background-color: #69DBDB;
}
</style>
border-color css
<style>
span { border-color: #69DBDB; }
span { border-color: rgb(105,219,219); }
td.TdClassName
{
border-color: #69DBDB;
}
.TagClassName
{
border-color: #69DBDB;
}
</style>