Shades of Turquoise Blue #69ECD8
Tints of Turquoise Blue #69ECD8
RGB
CMYK
RGB Variations
Color information
#69ECD8 (or 0x69ECD8) is known color: Turquoise Blue. HEX triplet: 69, EC and D8. RGB value is (105,236,216). Sum of RGB (Red+Green+Blue) = 105+236+216=557 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.85% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69ECD8 is #961327. Grayscale: #C2C2C2. Windows color (decimal): -9835304 or 14216297. OLE color: 14216297.
HSL color Cylindrical-coordinate representation of color #69ECD8: hue angle of 170.84º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ECD8 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 216 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.07 |
| HSL | 170.84º | 0.78% | 0.67% | - |
| HSV(B) | 170.84º | 0.56% | 0.93% | - |
| XYZ | 48.22 | 67.95 | 75.54 | - |
| YUV | 194.55 | 140.1 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 216 | 0.56 | 0 | 0.08 | 0.07 | 170.84 | 0.78 | 0.67 |
| Hex | 69 | EC | D8 | 38 | 0 | 8 | 7 | AB | 4E | 43 |
| Octal | 151 | 354 | 330 | 70 | 0 | 10 | 7 | 253 | 116 | 103 |
| Binary | 1101001 | 11101100 | 11011000 | 111000 | 0 | 1000 | 111 | 10101011 | 1001110 | 1000011 |
Color Harmonies of #69ECD8
Complementary color
Monochromatic Colors of #69ECD8
Black with #69ECD8
Text Example
Text Example
White with #69ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ECD8; }
p { color: rgb(105,236,216); }
H1.HeaderClassName
{
color: #69ECD8;
}
.AnyTagClassName
{
color: #69ECD8;
}
</style>
background-color css
<style>
a { background-color: #69ECD8; }
a { background-color: rgb(105,236,216); }
div.DivClassName
{
background-color: #69ECD8;
}
.BgClassName
{
background-color: #69ECD8;
}
</style>
border-color css
<style>
span { border-color: #69ECD8; }
span { border-color: rgb(105,236,216); }
td.TdClassName
{
border-color: #69ECD8;
}
.TagClassName
{
border-color: #69ECD8;
}
</style>