Shades of Turquoise Blue #69ECE4
Tints of Turquoise Blue #69ECE4
RGB
CMYK
RGB Variations
Color information
#69ECE4 (or 0x69ECE4) is known color: Turquoise Blue. HEX triplet: 69, EC and E4. RGB value is (105,236,228). Sum of RGB (Red+Green+Blue) = 105+236+228=569 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.45% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69ECE4 is #96131B. Grayscale: #C3C3C3. Windows color (decimal): -9835292 or 15002729. OLE color: 15002729.
HSL color Cylindrical-coordinate representation of color #69ECE4: hue angle of 176.34º 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 #69ECE4 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 228 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.07 |
| HSL | 176.34º | 0.78% | 0.67% | - |
| HSV(B) | 176.34º | 0.56% | 0.93% | - |
| XYZ | 49.82 | 68.6 | 84.01 | - |
| YUV | 195.92 | 146.1 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 228 | 0.56 | 0 | 0.03 | 0.07 | 176.34 | 0.78 | 0.67 |
| Hex | 69 | EC | E4 | 38 | 0 | 3 | 7 | B0 | 4E | 43 |
| Octal | 151 | 354 | 344 | 70 | 0 | 3 | 7 | 260 | 116 | 103 |
| Binary | 1101001 | 11101100 | 11100100 | 111000 | 0 | 11 | 111 | 10110000 | 1001110 | 1000011 |
Color Harmonies of #69ECE4
Complementary color
Monochromatic Colors of #69ECE4
Black with #69ECE4
Text Example
Text Example
White with #69ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ECE4; }
p { color: rgb(105,236,228); }
H1.HeaderClassName
{
color: #69ECE4;
}
.AnyTagClassName
{
color: #69ECE4;
}
</style>
background-color css
<style>
a { background-color: #69ECE4; }
a { background-color: rgb(105,236,228); }
div.DivClassName
{
background-color: #69ECE4;
}
.BgClassName
{
background-color: #69ECE4;
}
</style>
border-color css
<style>
span { border-color: #69ECE4; }
span { border-color: rgb(105,236,228); }
td.TdClassName
{
border-color: #69ECE4;
}
.TagClassName
{
border-color: #69ECE4;
}
</style>