Shades of Turquoise Blue #69DFDB
Tints of Turquoise Blue #69DFDB
RGB
CMYK
RGB Variations
Color information
#69DFDB (or 0x69DFDB) is known color: Turquoise Blue. HEX triplet: 69, DF and DB. RGB value is (105,223,219). Sum of RGB (Red+Green+Blue) = 105+223+219=547 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.20% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DFDB is #962024. Grayscale: #BBBBBB. Windows color (decimal): -9838629 or 14409577. OLE color: 14409577.
HSL color Cylindrical-coordinate representation of color #69DFDB: hue angle of 177.97º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DFDB is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 219 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.13 |
| HSL | 177.97º | 0.65% | 0.64% | - |
| HSV(B) | 177.97º | 0.53% | 0.87% | - |
| XYZ | 45 | 60.89 | 76.4 | - |
| YUV | 187.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 219 | 0.53 | 0 | 0.02 | 0.13 | 177.97 | 0.65 | 0.64 |
| Hex | 69 | DF | DB | 35 | 0 | 2 | D | B2 | 41 | 40 |
| Octal | 151 | 337 | 333 | 65 | 0 | 2 | 15 | 262 | 101 | 100 |
| Binary | 1101001 | 11011111 | 11011011 | 110101 | 0 | 10 | 1101 | 10110010 | 1000001 | 1000000 |
Color Harmonies of #69DFDB
Complementary color
Monochromatic Colors of #69DFDB
Black with #69DFDB
Text Example
Text Example
White with #69DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DFDB; }
p { color: rgb(105,223,219); }
H1.HeaderClassName
{
color: #69DFDB;
}
.AnyTagClassName
{
color: #69DFDB;
}
</style>
background-color css
<style>
a { background-color: #69DFDB; }
a { background-color: rgb(105,223,219); }
div.DivClassName
{
background-color: #69DFDB;
}
.BgClassName
{
background-color: #69DFDB;
}
</style>
border-color css
<style>
span { border-color: #69DFDB; }
span { border-color: rgb(105,223,219); }
td.TdClassName
{
border-color: #69DFDB;
}
.TagClassName
{
border-color: #69DFDB;
}
</style>