Shades of Turquoise Blue #69CDDB
Tints of Turquoise Blue #69CDDB
RGB
CMYK
RGB Variations
Color information
#69CDDB (or 0x69CDDB) is known color: Turquoise Blue. HEX triplet: 69, CD and DB. RGB value is (105,205,219). Sum of RGB (Red+Green+Blue) = 105+205+219=529 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.85% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #69CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CDDB is #963224. Grayscale: #B0B0B0. Windows color (decimal): -9843237 or 14404969. OLE color: 14404969.
HSL color Cylindrical-coordinate representation of color #69CDDB: hue angle of 187.37º 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 #69CDDB is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 205 | 219 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.14 |
| HSL | 187.37º | 0.61% | 0.64% | - |
| HSV(B) | 187.37º | 0.52% | 0.86% | - |
| XYZ | 40.44 | 51.78 | 74.88 | - |
| YUV | 176.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 205 | 219 | 0.52 | 0.06 | 0 | 0.14 | 187.37 | 0.61 | 0.64 |
| Hex | 69 | CD | DB | 34 | 6 | 0 | E | BB | 3D | 40 |
| Octal | 151 | 315 | 333 | 64 | 6 | 0 | 16 | 273 | 75 | 100 |
| Binary | 1101001 | 11001101 | 11011011 | 110100 | 110 | 0 | 1110 | 10111011 | 111101 | 1000000 |
Color Harmonies of #69CDDB
Complementary color
Monochromatic Colors of #69CDDB
Black with #69CDDB
Text Example
Text Example
White with #69CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CDDB; }
p { color: rgb(105,205,219); }
H1.HeaderClassName
{
color: #69CDDB;
}
.AnyTagClassName
{
color: #69CDDB;
}
</style>
background-color css
<style>
a { background-color: #69CDDB; }
a { background-color: rgb(105,205,219); }
div.DivClassName
{
background-color: #69CDDB;
}
.BgClassName
{
background-color: #69CDDB;
}
</style>
border-color css
<style>
span { border-color: #69CDDB; }
span { border-color: rgb(105,205,219); }
td.TdClassName
{
border-color: #69CDDB;
}
.TagClassName
{
border-color: #69CDDB;
}
</style>