Shades of Turquoise Blue #69ECE8
Tints of Turquoise Blue #69ECE8
RGB
CMYK
RGB Variations
Color information
#69ECE8 (or 0x69ECE8) is known color: Turquoise Blue. HEX triplet: 69, EC and E8. RGB value is (105,236,232). Sum of RGB (Red+Green+Blue) = 105+236+232=573 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.32% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69ECE8 is #961317. Grayscale: #C4C4C4. Windows color (decimal): -9835288 or 15264873. OLE color: 15264873.
HSL color Cylindrical-coordinate representation of color #69ECE8: hue angle of 178.17º 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 #69ECE8 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 232 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.07 |
| HSL | 178.17º | 0.78% | 0.67% | - |
| HSV(B) | 178.17º | 0.56% | 0.93% | - |
| XYZ | 50.39 | 68.82 | 86.97 | - |
| YUV | 196.38 | 148.1 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 232 | 0.56 | 0 | 0.02 | 0.07 | 178.17 | 0.78 | 0.67 |
| Hex | 69 | EC | E8 | 38 | 0 | 2 | 7 | B2 | 4E | 43 |
| Octal | 151 | 354 | 350 | 70 | 0 | 2 | 7 | 262 | 116 | 103 |
| Binary | 1101001 | 11101100 | 11101000 | 111000 | 0 | 10 | 111 | 10110010 | 1001110 | 1000011 |
Color Harmonies of #69ECE8
Complementary color
Monochromatic Colors of #69ECE8
Black with #69ECE8
Text Example
Text Example
White with #69ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ECE8; }
p { color: rgb(105,236,232); }
H1.HeaderClassName
{
color: #69ECE8;
}
.AnyTagClassName
{
color: #69ECE8;
}
</style>
background-color css
<style>
a { background-color: #69ECE8; }
a { background-color: rgb(105,236,232); }
div.DivClassName
{
background-color: #69ECE8;
}
.BgClassName
{
background-color: #69ECE8;
}
</style>
border-color css
<style>
span { border-color: #69ECE8; }
span { border-color: rgb(105,236,232); }
td.TdClassName
{
border-color: #69ECE8;
}
.TagClassName
{
border-color: #69ECE8;
}
</style>