Shades of Turquoise Blue #69D7DD
Tints of Turquoise Blue #69D7DD
RGB
CMYK
RGB Variations
Color information
#69D7DD (or 0x69D7DD) is known color: Turquoise Blue. HEX triplet: 69, D7 and DD. RGB value is (105,215,221). Sum of RGB (Red+Green+Blue) = 105+215+221=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #69D7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D7DD is #962822. Grayscale: #B6B6B6. Windows color (decimal): -9840675 or 14538601. OLE color: 14538601.
HSL color Cylindrical-coordinate representation of color #69D7DD: hue angle of 183.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D7DD is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 215 | 221 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.13 |
| HSL | 183.1º | 0.63% | 0.64% | - |
| HSV(B) | 183.1º | 0.52% | 0.87% | - |
| XYZ | 43.18 | 56.82 | 77.1 | - |
| YUV | 182.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 215 | 221 | 0.52 | 0.03 | 0 | 0.13 | 183.1 | 0.63 | 0.64 |
| Hex | 69 | D7 | DD | 34 | 3 | 0 | D | B7 | 3F | 40 |
| Octal | 151 | 327 | 335 | 64 | 3 | 0 | 15 | 267 | 77 | 100 |
| Binary | 1101001 | 11010111 | 11011101 | 110100 | 11 | 0 | 1101 | 10110111 | 111111 | 1000000 |
Color Harmonies of #69D7DD
Complementary color
Monochromatic Colors of #69D7DD
Black with #69D7DD
Text Example
Text Example
White with #69D7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D7DD; }
p { color: rgb(105,215,221); }
H1.HeaderClassName
{
color: #69D7DD;
}
.AnyTagClassName
{
color: #69D7DD;
}
</style>
background-color css
<style>
a { background-color: #69D7DD; }
a { background-color: rgb(105,215,221); }
div.DivClassName
{
background-color: #69D7DD;
}
.BgClassName
{
background-color: #69D7DD;
}
</style>
border-color css
<style>
span { border-color: #69D7DD; }
span { border-color: rgb(105,215,221); }
td.TdClassName
{
border-color: #69D7DD;
}
.TagClassName
{
border-color: #69D7DD;
}
</style>