Shades of Turquoise Blue #69E3F9
Tints of Turquoise Blue #69E3F9
RGB
CMYK
RGB Variations
Color information
#69E3F9 (or 0x69E3F9) is known color: Turquoise Blue. HEX triplet: 69, E3 and F9. RGB value is (105,227,249). Sum of RGB (Red+Green+Blue) = 105+227+249=581 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.07% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #69E3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E3F9 is #961C06. Grayscale: #C0C0C0. Windows color (decimal): -9837575 or 16376681. OLE color: 16376681.
HSL color Cylindrical-coordinate representation of color #69E3F9: hue angle of 189.17º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69E3F9 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 227 | 249 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.02 |
| HSL | 189.17º | 0.92% | 0.69% | - |
| HSV(B) | 189.17º | 0.58% | 0.98% | - |
| XYZ | 50.39 | 64.78 | 99.47 | - |
| YUV | 193.03 | 159.58 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 227 | 249 | 0.58 | 0.09 | 0 | 0.02 | 189.17 | 0.92 | 0.69 |
| Hex | 69 | E3 | F9 | 3A | 9 | 0 | 2 | BD | 5C | 45 |
| Octal | 151 | 343 | 371 | 72 | 11 | 0 | 2 | 275 | 134 | 105 |
| Binary | 1101001 | 11100011 | 11111001 | 111010 | 1001 | 0 | 10 | 10111101 | 1011100 | 1000101 |
Color Harmonies of #69E3F9
Complementary color
Monochromatic Colors of #69E3F9
Black with #69E3F9
Text Example
Text Example
White with #69E3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E3F9; }
p { color: rgb(105,227,249); }
H1.HeaderClassName
{
color: #69E3F9;
}
.AnyTagClassName
{
color: #69E3F9;
}
</style>
background-color css
<style>
a { background-color: #69E3F9; }
a { background-color: rgb(105,227,249); }
div.DivClassName
{
background-color: #69E3F9;
}
.BgClassName
{
background-color: #69E3F9;
}
</style>
border-color css
<style>
span { border-color: #69E3F9; }
span { border-color: rgb(105,227,249); }
td.TdClassName
{
border-color: #69E3F9;
}
.TagClassName
{
border-color: #69E3F9;
}
</style>