Shades of Turquoise Blue #69E4EA
Tints of Turquoise Blue #69E4EA
RGB
CMYK
RGB Variations
Color information
#69E4EA (or 0x69E4EA) is known color: Turquoise Blue. HEX triplet: 69, E4 and EA. RGB value is (105,228,234). Sum of RGB (Red+Green+Blue) = 105+228+234=567 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.52% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #69E4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E4EA is #961B15. Grayscale: #BFBFBF. Windows color (decimal): -9837334 or 15393897. OLE color: 15393897.
HSL color Cylindrical-coordinate representation of color #69E4EA: hue angle of 182.79º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E4EA is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 228 | 234 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.08 |
| HSL | 182.79º | 0.75% | 0.66% | - |
| HSV(B) | 182.79º | 0.55% | 0.92% | - |
| XYZ | 48.42 | 64.43 | 87.73 | - |
| YUV | 191.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 228 | 234 | 0.55 | 0.03 | 0 | 0.08 | 182.79 | 0.75 | 0.66 |
| Hex | 69 | E4 | EA | 37 | 3 | 0 | 8 | B7 | 4B | 42 |
| Octal | 151 | 344 | 352 | 67 | 3 | 0 | 10 | 267 | 113 | 102 |
| Binary | 1101001 | 11100100 | 11101010 | 110111 | 11 | 0 | 1000 | 10110111 | 1001011 | 1000010 |
Color Harmonies of #69E4EA
Complementary color
Monochromatic Colors of #69E4EA
Black with #69E4EA
Text Example
Text Example
White with #69E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E4EA; }
p { color: rgb(105,228,234); }
H1.HeaderClassName
{
color: #69E4EA;
}
.AnyTagClassName
{
color: #69E4EA;
}
</style>
background-color css
<style>
a { background-color: #69E4EA; }
a { background-color: rgb(105,228,234); }
div.DivClassName
{
background-color: #69E4EA;
}
.BgClassName
{
background-color: #69E4EA;
}
</style>
border-color css
<style>
span { border-color: #69E4EA; }
span { border-color: rgb(105,228,234); }
td.TdClassName
{
border-color: #69E4EA;
}
.TagClassName
{
border-color: #69E4EA;
}
</style>