Shades of Turquoise Blue #69CEE5
Tints of Turquoise Blue #69CEE5
RGB
CMYK
RGB Variations
Color information
#69CEE5 (or 0x69CEE5) is known color: Turquoise Blue. HEX triplet: 69, CE and E5. RGB value is (105,206,229). Sum of RGB (Red+Green+Blue) = 105+206+229=540 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.44% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #69CEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CEE5 is #96311A. Grayscale: #B2B2B2. Windows color (decimal): -9842971 or 15060585. OLE color: 15060585.
HSL color Cylindrical-coordinate representation of color #69CEE5: hue angle of 191.13º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69CEE5 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 206 | 229 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.10 |
| HSL | 191.13º | 0.7% | 0.65% | - |
| HSV(B) | 191.13º | 0.54% | 0.9% | - |
| XYZ | 42.04 | 52.8 | 82.11 | - |
| YUV | 178.42 | 156.54 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 206 | 229 | 0.54 | 0.10 | 0 | 0.10 | 191.13 | 0.7 | 0.65 |
| Hex | 69 | CE | E5 | 36 | A | 0 | A | BF | 46 | 41 |
| Octal | 151 | 316 | 345 | 66 | 12 | 0 | 12 | 277 | 106 | 101 |
| Binary | 1101001 | 11001110 | 11100101 | 110110 | 1010 | 0 | 1010 | 10111111 | 1000110 | 1000001 |
Color Harmonies of #69CEE5
Complementary color
Monochromatic Colors of #69CEE5
Black with #69CEE5
Text Example
Text Example
White with #69CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CEE5; }
p { color: rgb(105,206,229); }
H1.HeaderClassName
{
color: #69CEE5;
}
.AnyTagClassName
{
color: #69CEE5;
}
</style>
background-color css
<style>
a { background-color: #69CEE5; }
a { background-color: rgb(105,206,229); }
div.DivClassName
{
background-color: #69CEE5;
}
.BgClassName
{
background-color: #69CEE5;
}
</style>
border-color css
<style>
span { border-color: #69CEE5; }
span { border-color: rgb(105,206,229); }
td.TdClassName
{
border-color: #69CEE5;
}
.TagClassName
{
border-color: #69CEE5;
}
</style>