Shades of Turquoise Blue #69CCDB
Tints of Turquoise Blue #69CCDB
RGB
CMYK
RGB Variations
Color information
#69CCDB (or 0x69CCDB) is known color: Turquoise Blue. HEX triplet: 69, CC and DB. RGB value is (105,204,219). Sum of RGB (Red+Green+Blue) = 105+204+219=528 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.89% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #69CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CCDB is #963324. Grayscale: #AFAFAF. Windows color (decimal): -9843493 or 14404713. OLE color: 14404713.
HSL color Cylindrical-coordinate representation of color #69CCDB: hue angle of 187.89º 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 #69CCDB is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 204 | 219 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.14 |
| HSL | 187.89º | 0.61% | 0.64% | - |
| HSV(B) | 187.89º | 0.52% | 0.86% | - |
| XYZ | 40.2 | 51.3 | 74.8 | - |
| YUV | 176.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 219 | 0.52 | 0.07 | 0 | 0.14 | 187.89 | 0.61 | 0.64 |
| Hex | 69 | CC | DB | 34 | 7 | 0 | E | BC | 3D | 40 |
| Octal | 151 | 314 | 333 | 64 | 7 | 0 | 16 | 274 | 75 | 100 |
| Binary | 1101001 | 11001100 | 11011011 | 110100 | 111 | 0 | 1110 | 10111100 | 111101 | 1000000 |
Color Harmonies of #69CCDB
Complementary color
Monochromatic Colors of #69CCDB
Black with #69CCDB
Text Example
Text Example
White with #69CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CCDB; }
p { color: rgb(105,204,219); }
H1.HeaderClassName
{
color: #69CCDB;
}
.AnyTagClassName
{
color: #69CCDB;
}
</style>
background-color css
<style>
a { background-color: #69CCDB; }
a { background-color: rgb(105,204,219); }
div.DivClassName
{
background-color: #69CCDB;
}
.BgClassName
{
background-color: #69CCDB;
}
</style>
border-color css
<style>
span { border-color: #69CCDB; }
span { border-color: rgb(105,204,219); }
td.TdClassName
{
border-color: #69CCDB;
}
.TagClassName
{
border-color: #69CCDB;
}
</style>