Shades of Turquoise Blue #69E3FF
Tints of Turquoise Blue #69E3FF
RGB
CMYK
RGB Variations
Color information
#69E3FF (or 0x69E3FF) is known color: Turquoise Blue. HEX triplet: 69, E3 and FF. RGB value is (105,227,255). Sum of RGB (Red+Green+Blue) = 105+227+255=587 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.89% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #69E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E3FF is #961C00. Grayscale: #C1C1C1. Windows color (decimal): -9837569 or 16769897. OLE color: 16769897.
HSL color Cylindrical-coordinate representation of color #69E3FF: hue angle of 191.2º 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 #69E3FF is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 227 | 255 | - |
| CMYK | 0.59 | 0.11 | 0 | 0 |
| HSL | 191.2º | 1% | 0.71% | - |
| HSV(B) | 191.2º | 0.59% | 1% | - |
| XYZ | 51.34 | 65.16 | 104.48 | - |
| YUV | 193.71 | 162.58 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 227 | 255 | 0.59 | 0.11 | 0 | 0 | 191.2 | 1 | 0.71 |
| Hex | 69 | E3 | FF | 3B | B | 0 | 0 | BF | 64 | 47 |
| Octal | 151 | 343 | 377 | 73 | 13 | 0 | 0 | 277 | 144 | 107 |
| Binary | 1101001 | 11100011 | 11111111 | 111011 | 1011 | 0 | 0 | 10111111 | 1100100 | 1000111 |
Color Harmonies of #69E3FF
Complementary color
Monochromatic Colors of #69E3FF
Black with #69E3FF
Text Example
Text Example
White with #69E3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E3FF; }
p { color: rgb(105,227,255); }
H1.HeaderClassName
{
color: #69E3FF;
}
.AnyTagClassName
{
color: #69E3FF;
}
</style>
background-color css
<style>
a { background-color: #69E3FF; }
a { background-color: rgb(105,227,255); }
div.DivClassName
{
background-color: #69E3FF;
}
.BgClassName
{
background-color: #69E3FF;
}
</style>
border-color css
<style>
span { border-color: #69E3FF; }
span { border-color: rgb(105,227,255); }
td.TdClassName
{
border-color: #69E3FF;
}
.TagClassName
{
border-color: #69E3FF;
}
</style>