Shades of Turquoise Blue #69E9DF
Tints of Turquoise Blue #69E9DF
RGB
CMYK
RGB Variations
Color information
#69E9DF (or 0x69E9DF) is known color: Turquoise Blue. HEX triplet: 69, E9 and DF. RGB value is (105,233,223). Sum of RGB (Red+Green+Blue) = 105+233+223=561 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.72% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #69E9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E9DF is #961620. Grayscale: #C1C1C1. Windows color (decimal): -9836065 or 14674281. OLE color: 14674281.
HSL color Cylindrical-coordinate representation of color #69E9DF: hue angle of 175.31º degrees, saturation: 0.74, 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 #69E9DF is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 233 | 223 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.09 |
| HSL | 175.31º | 0.74% | 0.66% | - |
| HSV(B) | 175.31º | 0.55% | 0.91% | - |
| XYZ | 48.28 | 66.61 | 80.12 | - |
| YUV | 193.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 233 | 223 | 0.55 | 0 | 0.04 | 0.09 | 175.31 | 0.74 | 0.66 |
| Hex | 69 | E9 | DF | 37 | 0 | 4 | 9 | AF | 4A | 42 |
| Octal | 151 | 351 | 337 | 67 | 0 | 4 | 11 | 257 | 112 | 102 |
| Binary | 1101001 | 11101001 | 11011111 | 110111 | 0 | 100 | 1001 | 10101111 | 1001010 | 1000010 |
Color Harmonies of #69E9DF
Complementary color
Monochromatic Colors of #69E9DF
Black with #69E9DF
Text Example
Text Example
White with #69E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E9DF; }
p { color: rgb(105,233,223); }
H1.HeaderClassName
{
color: #69E9DF;
}
.AnyTagClassName
{
color: #69E9DF;
}
</style>
background-color css
<style>
a { background-color: #69E9DF; }
a { background-color: rgb(105,233,223); }
div.DivClassName
{
background-color: #69E9DF;
}
.BgClassName
{
background-color: #69E9DF;
}
</style>
border-color css
<style>
span { border-color: #69E9DF; }
span { border-color: rgb(105,233,223); }
td.TdClassName
{
border-color: #69E9DF;
}
.TagClassName
{
border-color: #69E9DF;
}
</style>