#69e7de

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

Shades of Turquoise Blue #69E7DE

Tints of Turquoise Blue #69E7DE

Color information

#69E7DE (or 0x69E7DE) is unknown color: approx Turquoise Blue. HEX triplet: 69, E7 and DE. RGB value is (105,231,222). Sum of RGB (Red+Green+Blue) = 105+231+222=558 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.82% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #69E7DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E7DE is #961821. Grayscale: #C0C0C0. Windows color (decimal): -9836578 or 14608233. OLE color: 14608233.

HSL color Cylindrical-coordinate representation of color #69E7DE: hue angle of 175.71º 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 #69E7DE is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB105231222-
CMYK0.5500.040.09
HSL175.71º72.41%65.88%-
HSV(B)175.71º54.55%90.59%-
XYZ47.5965.4379.23-
YUV192.3144.7665.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.82%
GREEN value IS 231 (90.62% from 255) = 41.40%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=18.82%
G=41.40%
B=39.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052312220.5500.040.09175.7172.4165.88
Hex69E7DE37049b04842
Octal151347336670411260110102
Binary11010011110011111011110110111010010011011000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69e7de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,231,222); }

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

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

 a { background-color: rgb(105,231,222); }

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

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

 span { border-color: rgb(105,231,222); }

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