Shades of Turquoise Blue #69EBE1
Tints of Turquoise Blue #69EBE1
RGB
CMYK
RGB Variations
Color information
#69EBE1 (or 0x69EBE1) is known color: Turquoise Blue. HEX triplet: 69, EB and E1. RGB value is (105,235,225). Sum of RGB (Red+Green+Blue) = 105+235+225=565 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.58% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #69EBE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EBE1 is #96141E. Grayscale: #C2C2C2. Windows color (decimal): -9835551 or 14805865. OLE color: 14805865.
HSL color Cylindrical-coordinate representation of color #69EBE1: hue angle of 175.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69EBE1 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 235 | 225 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.08 |
| HSL | 175.38º | 0.76% | 0.67% | - |
| HSV(B) | 175.38º | 0.55% | 0.92% | - |
| XYZ | 49.12 | 67.86 | 81.74 | - |
| YUV | 194.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 235 | 225 | 0.55 | 0 | 0.04 | 0.08 | 175.38 | 0.76 | 0.67 |
| Hex | 69 | EB | E1 | 37 | 0 | 4 | 8 | AF | 4C | 43 |
| Octal | 151 | 353 | 341 | 67 | 0 | 4 | 10 | 257 | 114 | 103 |
| Binary | 1101001 | 11101011 | 11100001 | 110111 | 0 | 100 | 1000 | 10101111 | 1001100 | 1000011 |
Color Harmonies of #69EBE1
Complementary color
Monochromatic Colors of #69EBE1
Black with #69EBE1
Text Example
Text Example
White with #69EBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EBE1; }
p { color: rgb(105,235,225); }
H1.HeaderClassName
{
color: #69EBE1;
}
.AnyTagClassName
{
color: #69EBE1;
}
</style>
background-color css
<style>
a { background-color: #69EBE1; }
a { background-color: rgb(105,235,225); }
div.DivClassName
{
background-color: #69EBE1;
}
.BgClassName
{
background-color: #69EBE1;
}
</style>
border-color css
<style>
span { border-color: #69EBE1; }
span { border-color: rgb(105,235,225); }
td.TdClassName
{
border-color: #69EBE1;
}
.TagClassName
{
border-color: #69EBE1;
}
</style>