Shades of Turquoise Blue #69DCD7
Tints of Turquoise Blue #69DCD7
RGB
CMYK
RGB Variations
Color information
#69DCD7 (or 0x69DCD7) is known color: Turquoise Blue. HEX triplet: 69, DC and D7. RGB value is (105,220,215). Sum of RGB (Red+Green+Blue) = 105+220+215=540 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.44% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #69DCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCD7 is #962328. Grayscale: #B8B8B8. Windows color (decimal): -9839401 or 14146665. OLE color: 14146665.
HSL color Cylindrical-coordinate representation of color #69DCD7: hue angle of 177.39º 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 #69DCD7 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 215 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.14 |
| HSL | 177.39º | 0.62% | 0.64% | - |
| HSV(B) | 177.39º | 0.52% | 0.86% | - |
| XYZ | 43.68 | 59.1 | 73.39 | - |
| YUV | 185.05 | 144.9 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 215 | 0.52 | 0 | 0.02 | 0.14 | 177.39 | 0.62 | 0.64 |
| Hex | 69 | DC | D7 | 34 | 0 | 2 | E | B1 | 3E | 40 |
| Octal | 151 | 334 | 327 | 64 | 0 | 2 | 16 | 261 | 76 | 100 |
| Binary | 1101001 | 11011100 | 11010111 | 110100 | 0 | 10 | 1110 | 10110001 | 111110 | 1000000 |
Color Harmonies of #69DCD7
Complementary color
Monochromatic Colors of #69DCD7
Black with #69DCD7
Text Example
Text Example
White with #69DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DCD7; }
p { color: rgb(105,220,215); }
H1.HeaderClassName
{
color: #69DCD7;
}
.AnyTagClassName
{
color: #69DCD7;
}
</style>
background-color css
<style>
a { background-color: #69DCD7; }
a { background-color: rgb(105,220,215); }
div.DivClassName
{
background-color: #69DCD7;
}
.BgClassName
{
background-color: #69DCD7;
}
</style>
border-color css
<style>
span { border-color: #69DCD7; }
span { border-color: rgb(105,220,215); }
td.TdClassName
{
border-color: #69DCD7;
}
.TagClassName
{
border-color: #69DCD7;
}
</style>