Shades of Turquoise Blue #69D2DC
Tints of Turquoise Blue #69D2DC
RGB
CMYK
RGB Variations
Color information
#69D2DC (or 0x69D2DC) is known color: Turquoise Blue. HEX triplet: 69, D2 and DC. RGB value is (105,210,220). Sum of RGB (Red+Green+Blue) = 105+210+220=535 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.63% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #69D2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D2DC is #962D23. Grayscale: #B3B3B3. Windows color (decimal): -9841956 or 14471785. OLE color: 14471785.
HSL color Cylindrical-coordinate representation of color #69D2DC: hue angle of 185.22º degrees, saturation: 0.62, 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 #69D2DC is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 210 | 220 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.14 |
| HSL | 185.22º | 0.62% | 0.64% | - |
| HSV(B) | 185.22º | 0.52% | 0.86% | - |
| XYZ | 41.79 | 54.26 | 75.98 | - |
| YUV | 179.75 | 150.71 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 210 | 220 | 0.52 | 0.05 | 0 | 0.14 | 185.22 | 0.62 | 0.64 |
| Hex | 69 | D2 | DC | 34 | 5 | 0 | E | B9 | 3E | 40 |
| Octal | 151 | 322 | 334 | 64 | 5 | 0 | 16 | 271 | 76 | 100 |
| Binary | 1101001 | 11010010 | 11011100 | 110100 | 101 | 0 | 1110 | 10111001 | 111110 | 1000000 |
Color Harmonies of #69D2DC
Complementary color
Monochromatic Colors of #69D2DC
Black with #69D2DC
Text Example
Text Example
White with #69D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D2DC; }
p { color: rgb(105,210,220); }
H1.HeaderClassName
{
color: #69D2DC;
}
.AnyTagClassName
{
color: #69D2DC;
}
</style>
background-color css
<style>
a { background-color: #69D2DC; }
a { background-color: rgb(105,210,220); }
div.DivClassName
{
background-color: #69D2DC;
}
.BgClassName
{
background-color: #69D2DC;
}
</style>
border-color css
<style>
span { border-color: #69D2DC; }
span { border-color: rgb(105,210,220); }
td.TdClassName
{
border-color: #69D2DC;
}
.TagClassName
{
border-color: #69D2DC;
}
</style>