Shades of Turquoise Blue #69D0ED
Tints of Turquoise Blue #69D0ED
RGB
CMYK
RGB Variations
Color information
#69D0ED (or 0x69D0ED) is known color: Turquoise Blue. HEX triplet: 69, D0 and ED. RGB value is (105,208,237). Sum of RGB (Red+Green+Blue) = 105+208+237=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #69D0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D0ED is #962F12. Grayscale: #B4B4B4. Windows color (decimal): -9842451 or 15585385. OLE color: 15585385.
HSL color Cylindrical-coordinate representation of color #69D0ED: hue angle of 193.18º 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 #69D0ED is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 208 | 237 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.07 |
| HSL | 193.18º | 0.79% | 0.67% | - |
| HSV(B) | 193.18º | 0.56% | 0.93% | - |
| XYZ | 43.67 | 54.23 | 88.29 | - |
| YUV | 180.51 | 159.88 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 208 | 237 | 0.56 | 0.12 | 0 | 0.07 | 193.18 | 0.79 | 0.67 |
| Hex | 69 | D0 | ED | 38 | C | 0 | 7 | C1 | 4F | 43 |
| Octal | 151 | 320 | 355 | 70 | 14 | 0 | 7 | 301 | 117 | 103 |
| Binary | 1101001 | 11010000 | 11101101 | 111000 | 1100 | 0 | 111 | 11000001 | 1001111 | 1000011 |
Color Harmonies of #69D0ED
Complementary color
Monochromatic Colors of #69D0ED
Black with #69D0ED
Text Example
Text Example
White with #69D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D0ED; }
p { color: rgb(105,208,237); }
H1.HeaderClassName
{
color: #69D0ED;
}
.AnyTagClassName
{
color: #69D0ED;
}
</style>
background-color css
<style>
a { background-color: #69D0ED; }
a { background-color: rgb(105,208,237); }
div.DivClassName
{
background-color: #69D0ED;
}
.BgClassName
{
background-color: #69D0ED;
}
</style>
border-color css
<style>
span { border-color: #69D0ED; }
span { border-color: rgb(105,208,237); }
td.TdClassName
{
border-color: #69D0ED;
}
.TagClassName
{
border-color: #69D0ED;
}
</style>