Shades of Turquoise Blue #69E9E6
Tints of Turquoise Blue #69E9E6
RGB
CMYK
RGB Variations
Color information
#69E9E6 (or 0x69E9E6) is known color: Turquoise Blue. HEX triplet: 69, E9 and E6. RGB value is (105,233,230). Sum of RGB (Red+Green+Blue) = 105+233+230=568 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.49% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #69E9E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69E9E6 is #961619. Grayscale: #C2C2C2. Windows color (decimal): -9836058 or 15133033. OLE color: 15133033.
HSL color Cylindrical-coordinate representation of color #69E9E6: hue angle of 178.59º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E9E6 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 233 | 230 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.09 |
| HSL | 178.59º | 0.74% | 0.66% | - |
| HSV(B) | 178.59º | 0.55% | 0.91% | - |
| XYZ | 49.25 | 66.99 | 85.2 | - |
| YUV | 194.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 233 | 230 | 0.55 | 0 | 0.01 | 0.09 | 178.59 | 0.74 | 0.66 |
| Hex | 69 | E9 | E6 | 37 | 0 | 1 | 9 | B3 | 4A | 42 |
| Octal | 151 | 351 | 346 | 67 | 0 | 1 | 11 | 263 | 112 | 102 |
| Binary | 1101001 | 11101001 | 11100110 | 110111 | 0 | 1 | 1001 | 10110011 | 1001010 | 1000010 |
Color Harmonies of #69E9E6
Complementary color
Monochromatic Colors of #69E9E6
Black with #69E9E6
Text Example
Text Example
White with #69E9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E9E6; }
p { color: rgb(105,233,230); }
H1.HeaderClassName
{
color: #69E9E6;
}
.AnyTagClassName
{
color: #69E9E6;
}
</style>
background-color css
<style>
a { background-color: #69E9E6; }
a { background-color: rgb(105,233,230); }
div.DivClassName
{
background-color: #69E9E6;
}
.BgClassName
{
background-color: #69E9E6;
}
</style>
border-color css
<style>
span { border-color: #69E9E6; }
span { border-color: rgb(105,233,230); }
td.TdClassName
{
border-color: #69E9E6;
}
.TagClassName
{
border-color: #69E9E6;
}
</style>