Shades of Turquoise Blue #69E6DF
Tints of Turquoise Blue #69E6DF
RGB
CMYK
RGB Variations
Color information
#69E6DF (or 0x69E6DF) is known color: Turquoise Blue. HEX triplet: 69, E6 and DF. RGB value is (105,230,223). Sum of RGB (Red+Green+Blue) = 105+230+223=558 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.82% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #69E6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E6DF is #961920. Grayscale: #BFBFBF. Windows color (decimal): -9836833 or 14673513. OLE color: 14673513.
HSL color Cylindrical-coordinate representation of color #69E6DF: hue angle of 176.64º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E6DF is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 230 | 223 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.10 |
| HSL | 176.64º | 0.71% | 0.66% | - |
| HSV(B) | 176.64º | 0.54% | 0.9% | - |
| XYZ | 47.44 | 64.92 | 79.84 | - |
| YUV | 191.83 | 145.59 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 230 | 223 | 0.54 | 0 | 0.03 | 0.10 | 176.64 | 0.71 | 0.66 |
| Hex | 69 | E6 | DF | 36 | 0 | 3 | A | B1 | 47 | 42 |
| Octal | 151 | 346 | 337 | 66 | 0 | 3 | 12 | 261 | 107 | 102 |
| Binary | 1101001 | 11100110 | 11011111 | 110110 | 0 | 11 | 1010 | 10110001 | 1000111 | 1000010 |
Color Harmonies of #69E6DF
Complementary color
Monochromatic Colors of #69E6DF
Black with #69E6DF
Text Example
Text Example
White with #69E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E6DF; }
p { color: rgb(105,230,223); }
H1.HeaderClassName
{
color: #69E6DF;
}
.AnyTagClassName
{
color: #69E6DF;
}
</style>
background-color css
<style>
a { background-color: #69E6DF; }
a { background-color: rgb(105,230,223); }
div.DivClassName
{
background-color: #69E6DF;
}
.BgClassName
{
background-color: #69E6DF;
}
</style>
border-color css
<style>
span { border-color: #69E6DF; }
span { border-color: rgb(105,230,223); }
td.TdClassName
{
border-color: #69E6DF;
}
.TagClassName
{
border-color: #69E6DF;
}
</style>