Shades of Turquoise Blue #69D6DD
Tints of Turquoise Blue #69D6DD
RGB
CMYK
RGB Variations
Color information
#69D6DD (or 0x69D6DD) is known color: Turquoise Blue. HEX triplet: 69, D6 and DD. RGB value is (105,214,221). Sum of RGB (Red+Green+Blue) = 105+214+221=540 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.44% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #69D6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D6DD is #962922. Grayscale: #B6B6B6. Windows color (decimal): -9840931 or 14538345. OLE color: 14538345.
HSL color Cylindrical-coordinate representation of color #69D6DD: hue angle of 183.62º 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 #69D6DD is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 214 | 221 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.13 |
| HSL | 183.62º | 0.63% | 0.64% | - |
| HSV(B) | 183.62º | 0.52% | 0.87% | - |
| XYZ | 42.92 | 56.32 | 77.01 | - |
| YUV | 182.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 221 | 0.52 | 0.03 | 0 | 0.13 | 183.62 | 0.63 | 0.64 |
| Hex | 69 | D6 | DD | 34 | 3 | 0 | D | B8 | 3F | 40 |
| Octal | 151 | 326 | 335 | 64 | 3 | 0 | 15 | 270 | 77 | 100 |
| Binary | 1101001 | 11010110 | 11011101 | 110100 | 11 | 0 | 1101 | 10111000 | 111111 | 1000000 |
Color Harmonies of #69D6DD
Complementary color
Monochromatic Colors of #69D6DD
Black with #69D6DD
Text Example
Text Example
White with #69D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D6DD; }
p { color: rgb(105,214,221); }
H1.HeaderClassName
{
color: #69D6DD;
}
.AnyTagClassName
{
color: #69D6DD;
}
</style>
background-color css
<style>
a { background-color: #69D6DD; }
a { background-color: rgb(105,214,221); }
div.DivClassName
{
background-color: #69D6DD;
}
.BgClassName
{
background-color: #69D6DD;
}
</style>
border-color css
<style>
span { border-color: #69D6DD; }
span { border-color: rgb(105,214,221); }
td.TdClassName
{
border-color: #69D6DD;
}
.TagClassName
{
border-color: #69D6DD;
}
</style>