Shades of Turquoise Blue #69CBDB
Tints of Turquoise Blue #69CBDB
RGB
CMYK
RGB Variations
Color information
#69CBDB (or 0x69CBDB) is known color: Turquoise Blue. HEX triplet: 69, CB and DB. RGB value is (105,203,219). Sum of RGB (Red+Green+Blue) = 105+203+219=527 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.92% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #69CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CBDB is #963424. Grayscale: #AFAFAF. Windows color (decimal): -9843749 or 14404457. OLE color: 14404457.
HSL color Cylindrical-coordinate representation of color #69CBDB: hue angle of 188.42º 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 #69CBDB is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 203 | 219 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.14 |
| HSL | 188.42º | 0.61% | 0.64% | - |
| HSV(B) | 188.42º | 0.52% | 0.86% | - |
| XYZ | 39.97 | 50.83 | 74.72 | - |
| YUV | 175.52 | 152.53 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 203 | 219 | 0.52 | 0.07 | 0 | 0.14 | 188.42 | 0.61 | 0.64 |
| Hex | 69 | CB | DB | 34 | 7 | 0 | E | BC | 3D | 40 |
| Octal | 151 | 313 | 333 | 64 | 7 | 0 | 16 | 274 | 75 | 100 |
| Binary | 1101001 | 11001011 | 11011011 | 110100 | 111 | 0 | 1110 | 10111100 | 111101 | 1000000 |
Color Harmonies of #69CBDB
Complementary color
Monochromatic Colors of #69CBDB
Black with #69CBDB
Text Example
Text Example
White with #69CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CBDB; }
p { color: rgb(105,203,219); }
H1.HeaderClassName
{
color: #69CBDB;
}
.AnyTagClassName
{
color: #69CBDB;
}
</style>
background-color css
<style>
a { background-color: #69CBDB; }
a { background-color: rgb(105,203,219); }
div.DivClassName
{
background-color: #69CBDB;
}
.BgClassName
{
background-color: #69CBDB;
}
</style>
border-color css
<style>
span { border-color: #69CBDB; }
span { border-color: rgb(105,203,219); }
td.TdClassName
{
border-color: #69CBDB;
}
.TagClassName
{
border-color: #69CBDB;
}
</style>