Shades of Turquoise Blue #69EDE3
Tints of Turquoise Blue #69EDE3
RGB
CMYK
RGB Variations
Color information
#69EDE3 (or 0x69EDE3) is known color: Turquoise Blue. HEX triplet: 69, ED and E3. RGB value is (105,237,227). Sum of RGB (Red+Green+Blue) = 105+237+227=569 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.45% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #69EDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EDE3 is #96121C. Grayscale: #C4C4C4. Windows color (decimal): -9835037 or 14937449. OLE color: 14937449.
HSL color Cylindrical-coordinate representation of color #69EDE3: hue angle of 175.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EDE3 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 237 | 227 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.07 |
| HSL | 175.45º | 0.79% | 0.67% | - |
| HSV(B) | 175.45º | 0.56% | 0.93% | - |
| XYZ | 49.98 | 69.12 | 83.38 | - |
| YUV | 196.39 | 145.27 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 237 | 227 | 0.56 | 0 | 0.04 | 0.07 | 175.45 | 0.79 | 0.67 |
| Hex | 69 | ED | E3 | 38 | 0 | 4 | 7 | AF | 4F | 43 |
| Octal | 151 | 355 | 343 | 70 | 0 | 4 | 7 | 257 | 117 | 103 |
| Binary | 1101001 | 11101101 | 11100011 | 111000 | 0 | 100 | 111 | 10101111 | 1001111 | 1000011 |
Color Harmonies of #69EDE3
Complementary color
Monochromatic Colors of #69EDE3
Black with #69EDE3
Text Example
Text Example
White with #69EDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EDE3; }
p { color: rgb(105,237,227); }
H1.HeaderClassName
{
color: #69EDE3;
}
.AnyTagClassName
{
color: #69EDE3;
}
</style>
background-color css
<style>
a { background-color: #69EDE3; }
a { background-color: rgb(105,237,227); }
div.DivClassName
{
background-color: #69EDE3;
}
.BgClassName
{
background-color: #69EDE3;
}
</style>
border-color css
<style>
span { border-color: #69EDE3; }
span { border-color: rgb(105,237,227); }
td.TdClassName
{
border-color: #69EDE3;
}
.TagClassName
{
border-color: #69EDE3;
}
</style>