Shades of Turquoise Blue #69DAE8
Tints of Turquoise Blue #69DAE8
RGB
CMYK
RGB Variations
Color information
#69DAE8 (or 0x69DAE8) is known color: Turquoise Blue. HEX triplet: 69, DA and E8. RGB value is (105,218,232). Sum of RGB (Red+Green+Blue) = 105+218+232=555 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.92% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #69DAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DAE8 is #962517. Grayscale: #B9B9B9. Windows color (decimal): -9839896 or 15260265. OLE color: 15260265.
HSL color Cylindrical-coordinate representation of color #69DAE8: hue angle of 186.61º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69DAE8 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 218 | 232 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.09 |
| HSL | 186.61º | 0.73% | 0.66% | - |
| HSV(B) | 186.61º | 0.55% | 0.91% | - |
| XYZ | 45.46 | 58.97 | 85.33 | - |
| YUV | 185.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 218 | 232 | 0.55 | 0.06 | 0 | 0.09 | 186.61 | 0.73 | 0.66 |
| Hex | 69 | DA | E8 | 37 | 6 | 0 | 9 | BB | 49 | 42 |
| Octal | 151 | 332 | 350 | 67 | 6 | 0 | 11 | 273 | 111 | 102 |
| Binary | 1101001 | 11011010 | 11101000 | 110111 | 110 | 0 | 1001 | 10111011 | 1001001 | 1000010 |
Color Harmonies of #69DAE8
Complementary color
Monochromatic Colors of #69DAE8
Black with #69DAE8
Text Example
Text Example
White with #69DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DAE8; }
p { color: rgb(105,218,232); }
H1.HeaderClassName
{
color: #69DAE8;
}
.AnyTagClassName
{
color: #69DAE8;
}
</style>
background-color css
<style>
a { background-color: #69DAE8; }
a { background-color: rgb(105,218,232); }
div.DivClassName
{
background-color: #69DAE8;
}
.BgClassName
{
background-color: #69DAE8;
}
</style>
border-color css
<style>
span { border-color: #69DAE8; }
span { border-color: rgb(105,218,232); }
td.TdClassName
{
border-color: #69DAE8;
}
.TagClassName
{
border-color: #69DAE8;
}
</style>