Shades of Turquoise Blue #69E5DA
Tints of Turquoise Blue #69E5DA
RGB
CMYK
RGB Variations
Color information
#69E5DA (or 0x69E5DA) is known color: Turquoise Blue. HEX triplet: 69, E5 and DA. RGB value is (105,229,218). Sum of RGB (Red+Green+Blue) = 105+229+218=552 (73% of max value = 765). Red value is 105 (41.41% from 255 or 19.02% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #69E5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E5DA is #961A25. Grayscale: #BEBEBE. Windows color (decimal): -9837094 or 14345577. OLE color: 14345577.
HSL color Cylindrical-coordinate representation of color #69E5DA: hue angle of 174.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E5DA is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 218 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.10 |
| HSL | 174.68º | 0.7% | 0.65% | - |
| HSV(B) | 174.68º | 0.54% | 0.9% | - |
| XYZ | 46.5 | 64.1 | 76.25 | - |
| YUV | 190.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 218 | 0.54 | 0 | 0.05 | 0.10 | 174.68 | 0.7 | 0.65 |
| Hex | 69 | E5 | DA | 36 | 0 | 5 | A | AF | 46 | 41 |
| Octal | 151 | 345 | 332 | 66 | 0 | 5 | 12 | 257 | 106 | 101 |
| Binary | 1101001 | 11100101 | 11011010 | 110110 | 0 | 101 | 1010 | 10101111 | 1000110 | 1000001 |
Color Harmonies of #69E5DA
Complementary color
Monochromatic Colors of #69E5DA
Black with #69E5DA
Text Example
Text Example
White with #69E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E5DA; }
p { color: rgb(105,229,218); }
H1.HeaderClassName
{
color: #69E5DA;
}
.AnyTagClassName
{
color: #69E5DA;
}
</style>
background-color css
<style>
a { background-color: #69E5DA; }
a { background-color: rgb(105,229,218); }
div.DivClassName
{
background-color: #69E5DA;
}
.BgClassName
{
background-color: #69E5DA;
}
</style>
border-color css
<style>
span { border-color: #69E5DA; }
span { border-color: rgb(105,229,218); }
td.TdClassName
{
border-color: #69E5DA;
}
.TagClassName
{
border-color: #69E5DA;
}
</style>