Shades of Turquoise Blue #69DBDC
Tints of Turquoise Blue #69DBDC
RGB
CMYK
RGB Variations
Color information
#69DBDC (or 0x69DBDC) is known color: Turquoise Blue. HEX triplet: 69, DB and DC. RGB value is (105,219,220). Sum of RGB (Red+Green+Blue) = 105+219+220=544 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.30% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #69DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DBDC is #962423. Grayscale: #B8B8B8. Windows color (decimal): -9839652 or 14474089. OLE color: 14474089.
HSL color Cylindrical-coordinate representation of color #69DBDC: hue angle of 180.52º 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 #69DBDC is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 220 | - |
| CMYK | 0.52 | 0.00 | 0 | 0.14 |
| HSL | 180.52º | 0.62% | 0.64% | - |
| HSV(B) | 180.52º | 0.52% | 0.86% | - |
| XYZ | 44.08 | 58.83 | 76.74 | - |
| YUV | 185.03 | 147.73 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 220 | 0.52 | 0.00 | 0 | 0.14 | 180.52 | 0.62 | 0.64 |
| Hex | 69 | DB | DC | 34 | 0 | 0 | E | B5 | 3E | 40 |
| Octal | 151 | 333 | 334 | 64 | 0 | 0 | 16 | 265 | 76 | 100 |
| Binary | 1101001 | 11011011 | 11011100 | 110100 | 0 | 0 | 1110 | 10110101 | 111110 | 1000000 |
Color Harmonies of #69DBDC
Complementary color
Monochromatic Colors of #69DBDC
Black with #69DBDC
Text Example
Text Example
White with #69DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBDC; }
p { color: rgb(105,219,220); }
H1.HeaderClassName
{
color: #69DBDC;
}
.AnyTagClassName
{
color: #69DBDC;
}
</style>
background-color css
<style>
a { background-color: #69DBDC; }
a { background-color: rgb(105,219,220); }
div.DivClassName
{
background-color: #69DBDC;
}
.BgClassName
{
background-color: #69DBDC;
}
</style>
border-color css
<style>
span { border-color: #69DBDC; }
span { border-color: rgb(105,219,220); }
td.TdClassName
{
border-color: #69DBDC;
}
.TagClassName
{
border-color: #69DBDC;
}
</style>