Shades of Turquoise Blue #69E1ED
Tints of Turquoise Blue #69E1ED
RGB
CMYK
RGB Variations
Color information
#69E1ED (or 0x69E1ED) is known color: Turquoise Blue. HEX triplet: 69, E1 and ED. RGB value is (105,225,237). Sum of RGB (Red+Green+Blue) = 105+225+237=567 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.52% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #69E1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E1ED is #961E12. Grayscale: #BEBEBE. Windows color (decimal): -9838099 or 15589737. OLE color: 15589737.
HSL color Cylindrical-coordinate representation of color #69E1ED: hue angle of 185.45º 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 #69E1ED is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 225 | 237 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.07 |
| HSL | 185.45º | 0.79% | 0.67% | - |
| HSV(B) | 185.45º | 0.56% | 0.93% | - |
| XYZ | 48.04 | 62.97 | 89.74 | - |
| YUV | 190.49 | 154.24 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 225 | 237 | 0.56 | 0.05 | 0 | 0.07 | 185.45 | 0.79 | 0.67 |
| Hex | 69 | E1 | ED | 38 | 5 | 0 | 7 | B9 | 4F | 43 |
| Octal | 151 | 341 | 355 | 70 | 5 | 0 | 7 | 271 | 117 | 103 |
| Binary | 1101001 | 11100001 | 11101101 | 111000 | 101 | 0 | 111 | 10111001 | 1001111 | 1000011 |
Color Harmonies of #69E1ED
Complementary color
Monochromatic Colors of #69E1ED
Black with #69E1ED
Text Example
Text Example
White with #69E1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E1ED; }
p { color: rgb(105,225,237); }
H1.HeaderClassName
{
color: #69E1ED;
}
.AnyTagClassName
{
color: #69E1ED;
}
</style>
background-color css
<style>
a { background-color: #69E1ED; }
a { background-color: rgb(105,225,237); }
div.DivClassName
{
background-color: #69E1ED;
}
.BgClassName
{
background-color: #69E1ED;
}
</style>
border-color css
<style>
span { border-color: #69E1ED; }
span { border-color: rgb(105,225,237); }
td.TdClassName
{
border-color: #69E1ED;
}
.TagClassName
{
border-color: #69E1ED;
}
</style>