#69E2D9

Color #69E2D9 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #69E2D9

Tints of Turquoise Blue #69E2D9

Color information

#69E2D9 (or 0x69E2D9) is unknown color: approx Turquoise Blue. HEX triplet: 69, E2 and D9. RGB value is (105,226,217). Sum of RGB (Red+Green+Blue) = 105+226+217=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #69E2D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E2D9 is #961D26. Grayscale: #BCBCBC. Windows color (decimal): -9837863 or 14279273. OLE color: 14279273.

HSL color Cylindrical-coordinate representation of color #69E2D9: hue angle of 175.54º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E2D9 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB105226217-
CMYK0.5400.040.11
HSL175.54º67.6%64.9%-
HSV(B)175.54º53.54%88.63%-
XYZ45.5562.4175.29-
YUV188.8143.9168.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 19.16%
GREEN value IS 226 (88.67% from 255) = 41.24%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=19.16%
G=41.24%
B=39.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052262170.5400.040.11175.5467.664.9
Hex69E2D93604Bb04441
Octal151342331660413260104101
Binary11010011110001011011001110110010010111011000010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69E2D9; }

 p { color: rgb(105,226,217); }

 H1.HeaderClassName
 {
   color: #69E2D9;
 }
 .AnyTagClassName
 {
   color: #69E2D9;
 }
</style>
background-color css

<style>
 a { background-color: #69E2D9; }

 a { background-color: rgb(105,226,217); }

 div.DivClassName
 {
   background-color: #69E2D9;
 }
 .BgClassName
 {
   background-color: #69E2D9;
 }
</style>
border-color css

<style>
 span { border-color: #69E2D9; }

 span { border-color: rgb(105,226,217); }

 td.TdClassName
 {
   border-color: #69E2D9;
 }
 .TagClassName
 {
   border-color: #69E2D9;
 }
</style>