Shades of Turquoise Blue #69DEDB
Tints of Turquoise Blue #69DEDB
RGB
CMYK
RGB Variations
Color information
#69DEDB (or 0x69DEDB) is known color: Turquoise Blue. HEX triplet: 69, DE and DB. RGB value is (105,222,219). Sum of RGB (Red+Green+Blue) = 105+222+219=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #69DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DEDB is #962124. Grayscale: #BABABA. Windows color (decimal): -9838885 or 14409321. OLE color: 14409321.
HSL color Cylindrical-coordinate representation of color #69DEDB: hue angle of 178.46º degrees, saturation: 0.64, 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 #69DEDB is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 222 | 219 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.13 |
| HSL | 178.46º | 0.64% | 0.64% | - |
| HSV(B) | 178.46º | 0.53% | 0.87% | - |
| XYZ | 44.73 | 60.36 | 76.31 | - |
| YUV | 186.68 | 146.24 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 222 | 219 | 0.53 | 0 | 0.01 | 0.13 | 178.46 | 0.64 | 0.64 |
| Hex | 69 | DE | DB | 35 | 0 | 1 | D | B2 | 40 | 40 |
| Octal | 151 | 336 | 333 | 65 | 0 | 1 | 15 | 262 | 100 | 100 |
| Binary | 1101001 | 11011110 | 11011011 | 110101 | 0 | 1 | 1101 | 10110010 | 1000000 | 1000000 |
Color Harmonies of #69DEDB
Complementary color
Monochromatic Colors of #69DEDB
Black with #69DEDB
Text Example
Text Example
White with #69DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DEDB; }
p { color: rgb(105,222,219); }
H1.HeaderClassName
{
color: #69DEDB;
}
.AnyTagClassName
{
color: #69DEDB;
}
</style>
background-color css
<style>
a { background-color: #69DEDB; }
a { background-color: rgb(105,222,219); }
div.DivClassName
{
background-color: #69DEDB;
}
.BgClassName
{
background-color: #69DEDB;
}
</style>
border-color css
<style>
span { border-color: #69DEDB; }
span { border-color: rgb(105,222,219); }
td.TdClassName
{
border-color: #69DEDB;
}
.TagClassName
{
border-color: #69DEDB;
}
</style>