Shades of Turquoise Blue #69C9DC
Tints of Turquoise Blue #69C9DC
RGB
CMYK
RGB Variations
Color information
#69C9DC (or 0x69C9DC) is known color: Turquoise Blue. HEX triplet: 69, C9 and DC. RGB value is (105,201,220). Sum of RGB (Red+Green+Blue) = 105+201+220=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #69C9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C9DC is #963623. Grayscale: #AEAEAE. Windows color (decimal): -9844260 or 14469481. OLE color: 14469481.
HSL color Cylindrical-coordinate representation of color #69C9DC: hue angle of 189.91º 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 #69C9DC is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 201 | 220 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.14 |
| HSL | 189.91º | 0.62% | 0.64% | - |
| HSV(B) | 189.91º | 0.52% | 0.86% | - |
| XYZ | 39.63 | 49.94 | 75.26 | - |
| YUV | 174.46 | 153.7 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 201 | 220 | 0.52 | 0.09 | 0 | 0.14 | 189.91 | 0.62 | 0.64 |
| Hex | 69 | C9 | DC | 34 | 9 | 0 | E | BE | 3E | 40 |
| Octal | 151 | 311 | 334 | 64 | 11 | 0 | 16 | 276 | 76 | 100 |
| Binary | 1101001 | 11001001 | 11011100 | 110100 | 1001 | 0 | 1110 | 10111110 | 111110 | 1000000 |
Color Harmonies of #69C9DC
Complementary color
Monochromatic Colors of #69C9DC
Black with #69C9DC
Text Example
Text Example
White with #69C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C9DC; }
p { color: rgb(105,201,220); }
H1.HeaderClassName
{
color: #69C9DC;
}
.AnyTagClassName
{
color: #69C9DC;
}
</style>
background-color css
<style>
a { background-color: #69C9DC; }
a { background-color: rgb(105,201,220); }
div.DivClassName
{
background-color: #69C9DC;
}
.BgClassName
{
background-color: #69C9DC;
}
</style>
border-color css
<style>
span { border-color: #69C9DC; }
span { border-color: rgb(105,201,220); }
td.TdClassName
{
border-color: #69C9DC;
}
.TagClassName
{
border-color: #69C9DC;
}
</style>