Shades of Turquoise Blue #69DAE5
Tints of Turquoise Blue #69DAE5
RGB
CMYK
RGB Variations
Color information
#69DAE5 (or 0x69DAE5) is known color: Turquoise Blue. HEX triplet: 69, DA and E5. RGB value is (105,218,229). Sum of RGB (Red+Green+Blue) = 105+218+229=552 (73% of max value = 765). Red value is 105 (41.41% from 255 or 19.02% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #69DAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DAE5 is #96251A. Grayscale: #B9B9B9. Windows color (decimal): -9839899 or 15063657. OLE color: 15063657.
HSL color Cylindrical-coordinate representation of color #69DAE5: hue angle of 185.32º 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 #69DAE5 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 218 | 229 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.10 |
| HSL | 185.32º | 0.7% | 0.65% | - |
| HSV(B) | 185.32º | 0.54% | 0.9% | - |
| XYZ | 45.04 | 58.8 | 83.11 | - |
| YUV | 185.47 | 152.56 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 218 | 229 | 0.54 | 0.05 | 0 | 0.10 | 185.32 | 0.7 | 0.65 |
| Hex | 69 | DA | E5 | 36 | 5 | 0 | A | B9 | 46 | 41 |
| Octal | 151 | 332 | 345 | 66 | 5 | 0 | 12 | 271 | 106 | 101 |
| Binary | 1101001 | 11011010 | 11100101 | 110110 | 101 | 0 | 1010 | 10111001 | 1000110 | 1000001 |
Color Harmonies of #69DAE5
Complementary color
Monochromatic Colors of #69DAE5
Black with #69DAE5
Text Example
Text Example
White with #69DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DAE5; }
p { color: rgb(105,218,229); }
H1.HeaderClassName
{
color: #69DAE5;
}
.AnyTagClassName
{
color: #69DAE5;
}
</style>
background-color css
<style>
a { background-color: #69DAE5; }
a { background-color: rgb(105,218,229); }
div.DivClassName
{
background-color: #69DAE5;
}
.BgClassName
{
background-color: #69DAE5;
}
</style>
border-color css
<style>
span { border-color: #69DAE5; }
span { border-color: rgb(105,218,229); }
td.TdClassName
{
border-color: #69DAE5;
}
.TagClassName
{
border-color: #69DAE5;
}
</style>