Shades of Turquoise Blue #69E2D4
Tints of Turquoise Blue #69E2D4
RGB
CMYK
RGB Variations
Color information
#69E2D4 (or 0x69E2D4) is known color: Turquoise Blue. HEX triplet: 69, E2 and D4. RGB value is (105,226,212). Sum of RGB (Red+Green+Blue) = 105+226+212=543 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.34% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #69E2D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E2D4 is #961D2B. Grayscale: #BCBCBC. Windows color (decimal): -9837868 or 13951593. OLE color: 13951593.
HSL color Cylindrical-coordinate representation of color #69E2D4: hue angle of 173.06º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E2D4 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 226 | 212 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.11 |
| HSL | 173.06º | 0.68% | 0.65% | - |
| HSV(B) | 173.06º | 0.54% | 0.89% | - |
| XYZ | 44.91 | 62.15 | 71.92 | - |
| YUV | 188.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 226 | 212 | 0.54 | 0 | 0.06 | 0.11 | 173.06 | 0.68 | 0.65 |
| Hex | 69 | E2 | D4 | 36 | 0 | 6 | B | AD | 44 | 41 |
| Octal | 151 | 342 | 324 | 66 | 0 | 6 | 13 | 255 | 104 | 101 |
| Binary | 1101001 | 11100010 | 11010100 | 110110 | 0 | 110 | 1011 | 10101101 | 1000100 | 1000001 |
Color Harmonies of #69E2D4
Complementary color
Monochromatic Colors of #69E2D4
Black with #69E2D4
Text Example
Text Example
White with #69E2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E2D4; }
p { color: rgb(105,226,212); }
H1.HeaderClassName
{
color: #69E2D4;
}
.AnyTagClassName
{
color: #69E2D4;
}
</style>
background-color css
<style>
a { background-color: #69E2D4; }
a { background-color: rgb(105,226,212); }
div.DivClassName
{
background-color: #69E2D4;
}
.BgClassName
{
background-color: #69E2D4;
}
</style>
border-color css
<style>
span { border-color: #69E2D4; }
span { border-color: rgb(105,226,212); }
td.TdClassName
{
border-color: #69E2D4;
}
.TagClassName
{
border-color: #69E2D4;
}
</style>