Shades of Turquoise Blue #69D3ED
Tints of Turquoise Blue #69D3ED
RGB
CMYK
RGB Variations
Color information
#69D3ED (or 0x69D3ED) is known color: Turquoise Blue. HEX triplet: 69, D3 and ED. RGB value is (105,211,237). Sum of RGB (Red+Green+Blue) = 105+211+237=553 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.99% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #69D3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D3ED is #962C12. Grayscale: #B6B6B6. Windows color (decimal): -9841683 or 15586153. OLE color: 15586153.
HSL color Cylindrical-coordinate representation of color #69D3ED: hue angle of 191.82º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69D3ED is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 211 | 237 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.07 |
| HSL | 191.82º | 0.79% | 0.67% | - |
| HSV(B) | 191.82º | 0.56% | 0.93% | - |
| XYZ | 44.41 | 55.71 | 88.53 | - |
| YUV | 182.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 211 | 237 | 0.56 | 0.11 | 0 | 0.07 | 191.82 | 0.79 | 0.67 |
| Hex | 69 | D3 | ED | 38 | B | 0 | 7 | C0 | 4F | 43 |
| Octal | 151 | 323 | 355 | 70 | 13 | 0 | 7 | 300 | 117 | 103 |
| Binary | 1101001 | 11010011 | 11101101 | 111000 | 1011 | 0 | 111 | 11000000 | 1001111 | 1000011 |
Color Harmonies of #69D3ED
Complementary color
Monochromatic Colors of #69D3ED
Black with #69D3ED
Text Example
Text Example
White with #69D3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D3ED; }
p { color: rgb(105,211,237); }
H1.HeaderClassName
{
color: #69D3ED;
}
.AnyTagClassName
{
color: #69D3ED;
}
</style>
background-color css
<style>
a { background-color: #69D3ED; }
a { background-color: rgb(105,211,237); }
div.DivClassName
{
background-color: #69D3ED;
}
.BgClassName
{
background-color: #69D3ED;
}
</style>
border-color css
<style>
span { border-color: #69D3ED; }
span { border-color: rgb(105,211,237); }
td.TdClassName
{
border-color: #69D3ED;
}
.TagClassName
{
border-color: #69D3ED;
}
</style>