Shades of Turquoise Blue #69E9F1
Tints of Turquoise Blue #69E9F1
RGB
CMYK
RGB Variations
Color information
#69E9F1 (or 0x69E9F1) is known color: Turquoise Blue. HEX triplet: 69, E9 and F1. RGB value is (105,233,241). Sum of RGB (Red+Green+Blue) = 105+233+241=579 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.13% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #69E9F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69E9F1 is #96160E. Grayscale: #C3C3C3. Windows color (decimal): -9836047 or 15853929. OLE color: 15853929.
HSL color Cylindrical-coordinate representation of color #69E9F1: hue angle of 183.53º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69E9F1 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 233 | 241 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.05 |
| HSL | 183.53º | 0.83% | 0.68% | - |
| HSV(B) | 183.53º | 0.56% | 0.95% | - |
| XYZ | 50.84 | 67.63 | 93.59 | - |
| YUV | 195.64 | 153.59 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 233 | 241 | 0.56 | 0.03 | 0 | 0.05 | 183.53 | 0.83 | 0.68 |
| Hex | 69 | E9 | F1 | 38 | 3 | 0 | 5 | B8 | 53 | 44 |
| Octal | 151 | 351 | 361 | 70 | 3 | 0 | 5 | 270 | 123 | 104 |
| Binary | 1101001 | 11101001 | 11110001 | 111000 | 11 | 0 | 101 | 10111000 | 1010011 | 1000100 |
Color Harmonies of #69E9F1
Complementary color
Monochromatic Colors of #69E9F1
Black with #69E9F1
Text Example
Text Example
White with #69E9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E9F1; }
p { color: rgb(105,233,241); }
H1.HeaderClassName
{
color: #69E9F1;
}
.AnyTagClassName
{
color: #69E9F1;
}
</style>
background-color css
<style>
a { background-color: #69E9F1; }
a { background-color: rgb(105,233,241); }
div.DivClassName
{
background-color: #69E9F1;
}
.BgClassName
{
background-color: #69E9F1;
}
</style>
border-color css
<style>
span { border-color: #69E9F1; }
span { border-color: rgb(105,233,241); }
td.TdClassName
{
border-color: #69E9F1;
}
.TagClassName
{
border-color: #69E9F1;
}
</style>