Shades of Turquoise Blue #69D9E3
Tints of Turquoise Blue #69D9E3
RGB
CMYK
RGB Variations
Color information
#69D9E3 (or 0x69D9E3) is known color: Turquoise Blue. HEX triplet: 69, D9 and E3. RGB value is (105,217,227). Sum of RGB (Red+Green+Blue) = 105+217+227=549 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.13% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #69D9E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D9E3 is #96261C. Grayscale: #B8B8B8. Windows color (decimal): -9840157 or 14932329. OLE color: 14932329.
HSL color Cylindrical-coordinate representation of color #69D9E3: hue angle of 184.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69D9E3 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 217 | 227 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.11 |
| HSL | 184.92º | 0.69% | 0.65% | - |
| HSV(B) | 184.92º | 0.54% | 0.89% | - |
| XYZ | 44.5 | 58.18 | 81.56 | - |
| YUV | 184.65 | 151.89 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 227 | 0.54 | 0.04 | 0 | 0.11 | 184.92 | 0.69 | 0.65 |
| Hex | 69 | D9 | E3 | 36 | 4 | 0 | B | B9 | 45 | 41 |
| Octal | 151 | 331 | 343 | 66 | 4 | 0 | 13 | 271 | 105 | 101 |
| Binary | 1101001 | 11011001 | 11100011 | 110110 | 100 | 0 | 1011 | 10111001 | 1000101 | 1000001 |
Color Harmonies of #69D9E3
Complementary color
Monochromatic Colors of #69D9E3
Black with #69D9E3
Text Example
Text Example
White with #69D9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D9E3; }
p { color: rgb(105,217,227); }
H1.HeaderClassName
{
color: #69D9E3;
}
.AnyTagClassName
{
color: #69D9E3;
}
</style>
background-color css
<style>
a { background-color: #69D9E3; }
a { background-color: rgb(105,217,227); }
div.DivClassName
{
background-color: #69D9E3;
}
.BgClassName
{
background-color: #69D9E3;
}
</style>
border-color css
<style>
span { border-color: #69D9E3; }
span { border-color: rgb(105,217,227); }
td.TdClassName
{
border-color: #69D9E3;
}
.TagClassName
{
border-color: #69D9E3;
}
</style>