Shades of Turquoise Blue #69E5FF
Tints of Turquoise Blue #69E5FF
RGB
CMYK
RGB Variations
Color information
#69E5FF (or 0x69E5FF) is known color: Turquoise Blue. HEX triplet: 69, E5 and FF. RGB value is (105,229,255). Sum of RGB (Red+Green+Blue) = 105+229+255=589 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.83% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #69E5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E5FF is #961A00. Grayscale: #C2C2C2. Windows color (decimal): -9837057 or 16770409. OLE color: 16770409.
HSL color Cylindrical-coordinate representation of color #69E5FF: hue angle of 190.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69E5FF is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 229 | 255 | - |
| CMYK | 0.59 | 0.10 | 0 | 0 |
| HSL | 190.4º | 1% | 0.71% | - |
| HSV(B) | 190.4º | 0.59% | 1% | - |
| XYZ | 51.9 | 66.26 | 104.66 | - |
| YUV | 194.89 | 161.92 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 255 | 0.59 | 0.10 | 0 | 0 | 190.4 | 1 | 0.71 |
| Hex | 69 | E5 | FF | 3B | A | 0 | 0 | BE | 64 | 47 |
| Octal | 151 | 345 | 377 | 73 | 12 | 0 | 0 | 276 | 144 | 107 |
| Binary | 1101001 | 11100101 | 11111111 | 111011 | 1010 | 0 | 0 | 10111110 | 1100100 | 1000111 |
Color Harmonies of #69E5FF
Complementary color
Monochromatic Colors of #69E5FF
Black with #69E5FF
Text Example
Text Example
White with #69E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E5FF; }
p { color: rgb(105,229,255); }
H1.HeaderClassName
{
color: #69E5FF;
}
.AnyTagClassName
{
color: #69E5FF;
}
</style>
background-color css
<style>
a { background-color: #69E5FF; }
a { background-color: rgb(105,229,255); }
div.DivClassName
{
background-color: #69E5FF;
}
.BgClassName
{
background-color: #69E5FF;
}
</style>
border-color css
<style>
span { border-color: #69E5FF; }
span { border-color: rgb(105,229,255); }
td.TdClassName
{
border-color: #69E5FF;
}
.TagClassName
{
border-color: #69E5FF;
}
</style>