Shades of Turquoise Blue #69DCDC
Tints of Turquoise Blue #69DCDC
RGB
CMYK
RGB Variations
Color information
#69DCDC (or 0x69DCDC) is known color: Turquoise Blue. HEX triplet: 69, DC and DC. RGB value is (105,220,220). Sum of RGB (Red+Green+Blue) = 105+220+220=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #69DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCDC is #962323. Grayscale: #B9B9B9. Windows color (decimal): -9839396 or 14474345. OLE color: 14474345.
HSL color Cylindrical-coordinate representation of color #69DCDC: hue angle of 180º 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 #69DCDC is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 220 | - |
| CMYK | 0.52 | 0 | 0 | 0.14 |
| HSL | 180º | 0.62% | 0.64% | - |
| HSV(B) | 180º | 0.52% | 0.86% | - |
| XYZ | 44.34 | 59.36 | 76.83 | - |
| YUV | 185.62 | 147.4 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 220 | 0.52 | 0 | 0 | 0.14 | 180 | 0.62 | 0.64 |
| Hex | 69 | DC | DC | 34 | 0 | 0 | E | B4 | 3E | 40 |
| Octal | 151 | 334 | 334 | 64 | 0 | 0 | 16 | 264 | 76 | 100 |
| Binary | 1101001 | 11011100 | 11011100 | 110100 | 0 | 0 | 1110 | 10110100 | 111110 | 1000000 |
Color Harmonies of #69DCDC
Complementary color
Monochromatic Colors of #69DCDC
Black with #69DCDC
Text Example
Text Example
White with #69DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DCDC; }
p { color: rgb(105,220,220); }
H1.HeaderClassName
{
color: #69DCDC;
}
.AnyTagClassName
{
color: #69DCDC;
}
</style>
background-color css
<style>
a { background-color: #69DCDC; }
a { background-color: rgb(105,220,220); }
div.DivClassName
{
background-color: #69DCDC;
}
.BgClassName
{
background-color: #69DCDC;
}
</style>
border-color css
<style>
span { border-color: #69DCDC; }
span { border-color: rgb(105,220,220); }
td.TdClassName
{
border-color: #69DCDC;
}
.TagClassName
{
border-color: #69DCDC;
}
</style>