Shades of Turquoise Blue #69F0EA
Tints of Turquoise Blue #69F0EA
RGB
CMYK
RGB Variations
Color information
#69F0EA (or 0x69F0EA) is known color: Turquoise Blue. HEX triplet: 69, F0 and EA. RGB value is (105,240,234). Sum of RGB (Red+Green+Blue) = 105+240+234=579 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.13% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #69F0EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F0EA is #960F15. Grayscale: #C6C6C6. Windows color (decimal): -9834262 or 15396969. OLE color: 15396969.
HSL color Cylindrical-coordinate representation of color #69F0EA: hue angle of 177.33º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69F0EA is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 240 | 234 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.06 |
| HSL | 177.33º | 0.82% | 0.68% | - |
| HSV(B) | 177.33º | 0.56% | 0.94% | - |
| XYZ | 51.84 | 71.26 | 88.87 | - |
| YUV | 198.95 | 147.77 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 240 | 234 | 0.56 | 0 | 0.02 | 0.06 | 177.33 | 0.82 | 0.68 |
| Hex | 69 | F0 | EA | 38 | 0 | 2 | 6 | B1 | 52 | 44 |
| Octal | 151 | 360 | 352 | 70 | 0 | 2 | 6 | 261 | 122 | 104 |
| Binary | 1101001 | 11110000 | 11101010 | 111000 | 0 | 10 | 110 | 10110001 | 1010010 | 1000100 |
Color Harmonies of #69F0EA
Complementary color
Monochromatic Colors of #69F0EA
Black with #69F0EA
Text Example
Text Example
White with #69F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F0EA; }
p { color: rgb(105,240,234); }
H1.HeaderClassName
{
color: #69F0EA;
}
.AnyTagClassName
{
color: #69F0EA;
}
</style>
background-color css
<style>
a { background-color: #69F0EA; }
a { background-color: rgb(105,240,234); }
div.DivClassName
{
background-color: #69F0EA;
}
.BgClassName
{
background-color: #69F0EA;
}
</style>
border-color css
<style>
span { border-color: #69F0EA; }
span { border-color: rgb(105,240,234); }
td.TdClassName
{
border-color: #69F0EA;
}
.TagClassName
{
border-color: #69F0EA;
}
</style>