Shades of Turquoise Blue #69D5EC
Tints of Turquoise Blue #69D5EC
RGB
CMYK
RGB Variations
Color information
#69D5EC (or 0x69D5EC) is known color: Turquoise Blue. HEX triplet: 69, D5 and EC. RGB value is (105,213,236). Sum of RGB (Red+Green+Blue) = 105+213+236=554 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.95% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #69D5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D5EC is #962A13. Grayscale: #B7B7B7. Windows color (decimal): -9841172 or 15521129. OLE color: 15521129.
HSL color Cylindrical-coordinate representation of color #69D5EC: hue angle of 190.53º 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 #69D5EC is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 213 | 236 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.07 |
| HSL | 190.53º | 0.78% | 0.67% | - |
| HSV(B) | 190.53º | 0.56% | 0.93% | - |
| XYZ | 44.76 | 56.65 | 87.93 | - |
| YUV | 183.33 | 157.72 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 236 | 0.56 | 0.10 | 0 | 0.07 | 190.53 | 0.78 | 0.67 |
| Hex | 69 | D5 | EC | 38 | A | 0 | 7 | BF | 4E | 43 |
| Octal | 151 | 325 | 354 | 70 | 12 | 0 | 7 | 277 | 116 | 103 |
| Binary | 1101001 | 11010101 | 11101100 | 111000 | 1010 | 0 | 111 | 10111111 | 1001110 | 1000011 |
Color Harmonies of #69D5EC
Complementary color
Monochromatic Colors of #69D5EC
Black with #69D5EC
Text Example
Text Example
White with #69D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D5EC; }
p { color: rgb(105,213,236); }
H1.HeaderClassName
{
color: #69D5EC;
}
.AnyTagClassName
{
color: #69D5EC;
}
</style>
background-color css
<style>
a { background-color: #69D5EC; }
a { background-color: rgb(105,213,236); }
div.DivClassName
{
background-color: #69D5EC;
}
.BgClassName
{
background-color: #69D5EC;
}
</style>
border-color css
<style>
span { border-color: #69D5EC; }
span { border-color: rgb(105,213,236); }
td.TdClassName
{
border-color: #69D5EC;
}
.TagClassName
{
border-color: #69D5EC;
}
</style>