Shades of Turquoise Blue #69CCE7
Tints of Turquoise Blue #69CCE7
RGB
CMYK
RGB Variations
Color information
#69CCE7 (or 0x69CCE7) is known color: Turquoise Blue. HEX triplet: 69, CC and E7. RGB value is (105,204,231). Sum of RGB (Red+Green+Blue) = 105+204+231=540 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.44% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #69CCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CCE7 is #963318. Grayscale: #B1B1B1. Windows color (decimal): -9843481 or 15191145. OLE color: 15191145.
HSL color Cylindrical-coordinate representation of color #69CCE7: hue angle of 192.86º degrees, saturation: 0.72, 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 #69CCE7 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 204 | 231 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.09 |
| HSL | 192.86º | 0.72% | 0.66% | - |
| HSV(B) | 192.86º | 0.55% | 0.91% | - |
| XYZ | 41.84 | 51.96 | 83.42 | - |
| YUV | 177.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 231 | 0.55 | 0.12 | 0 | 0.09 | 192.86 | 0.72 | 0.66 |
| Hex | 69 | CC | E7 | 37 | C | 0 | 9 | C1 | 48 | 42 |
| Octal | 151 | 314 | 347 | 67 | 14 | 0 | 11 | 301 | 110 | 102 |
| Binary | 1101001 | 11001100 | 11100111 | 110111 | 1100 | 0 | 1001 | 11000001 | 1001000 | 1000010 |
Color Harmonies of #69CCE7
Complementary color
Monochromatic Colors of #69CCE7
Black with #69CCE7
Text Example
Text Example
White with #69CCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CCE7; }
p { color: rgb(105,204,231); }
H1.HeaderClassName
{
color: #69CCE7;
}
.AnyTagClassName
{
color: #69CCE7;
}
</style>
background-color css
<style>
a { background-color: #69CCE7; }
a { background-color: rgb(105,204,231); }
div.DivClassName
{
background-color: #69CCE7;
}
.BgClassName
{
background-color: #69CCE7;
}
</style>
border-color css
<style>
span { border-color: #69CCE7; }
span { border-color: rgb(105,204,231); }
td.TdClassName
{
border-color: #69CCE7;
}
.TagClassName
{
border-color: #69CCE7;
}
</style>