Shades of Turquoise Blue #69E2FF
Tints of Turquoise Blue #69E2FF
RGB
CMYK
RGB Variations
Color information
#69E2FF (or 0x69E2FF) is known color: Turquoise Blue. HEX triplet: 69, E2 and FF. RGB value is (105,226,255). Sum of RGB (Red+Green+Blue) = 105+226+255=586 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.92% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #69E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E2FF is #961D00. Grayscale: #C0C0C0. Windows color (decimal): -9837825 or 16769641. OLE color: 16769641.
HSL color Cylindrical-coordinate representation of color #69E2FF: hue angle of 191.6º 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 #69E2FF is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 226 | 255 | - |
| CMYK | 0.59 | 0.11 | 0 | 0 |
| HSL | 191.6º | 1% | 0.71% | - |
| HSV(B) | 191.6º | 0.59% | 1% | - |
| XYZ | 51.07 | 64.62 | 104.39 | - |
| YUV | 193.13 | 162.91 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 226 | 255 | 0.59 | 0.11 | 0 | 0 | 191.6 | 1 | 0.71 |
| Hex | 69 | E2 | FF | 3B | B | 0 | 0 | C0 | 64 | 47 |
| Octal | 151 | 342 | 377 | 73 | 13 | 0 | 0 | 300 | 144 | 107 |
| Binary | 1101001 | 11100010 | 11111111 | 111011 | 1011 | 0 | 0 | 11000000 | 1100100 | 1000111 |
Color Harmonies of #69E2FF
Complementary color
Monochromatic Colors of #69E2FF
Black with #69E2FF
Text Example
Text Example
White with #69E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E2FF; }
p { color: rgb(105,226,255); }
H1.HeaderClassName
{
color: #69E2FF;
}
.AnyTagClassName
{
color: #69E2FF;
}
</style>
background-color css
<style>
a { background-color: #69E2FF; }
a { background-color: rgb(105,226,255); }
div.DivClassName
{
background-color: #69E2FF;
}
.BgClassName
{
background-color: #69E2FF;
}
</style>
border-color css
<style>
span { border-color: #69E2FF; }
span { border-color: rgb(105,226,255); }
td.TdClassName
{
border-color: #69E2FF;
}
.TagClassName
{
border-color: #69E2FF;
}
</style>