#69E2DE

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

Shades of Turquoise Blue #69E2DE

Tints of Turquoise Blue #69E2DE

Color information

#69E2DE (or 0x69E2DE) is unknown color: approx Turquoise Blue. HEX triplet: 69, E2 and DE. RGB value is (105,226,222). Sum of RGB (Red+Green+Blue) = 105+226+222=553 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.99% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 226 - color contains mainly: green. Hex color #69E2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E2DE is #961D21. Grayscale: #BDBDBD. Windows color (decimal): -9837858 or 14606953. OLE color: 14606953.

HSL color Cylindrical-coordinate representation of color #69E2DE: hue angle of 178.02º 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 #69E2DE is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB105226222-
CMYK0.5400.020.11
HSL178.02º67.6%64.9%-
HSV(B)178.02º53.54%88.63%-
XYZ46.2162.6778.77-
YUV189.36146.4167.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.99%
GREEN value IS 226 (88.67% from 255) = 40.87%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=18.99%
G=40.87%
B=40.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052262220.5400.020.11178.0267.664.9
Hex69E2DE3602Bb24441
Octal151342336660213262104101
Binary1101001111000101101111011011001010111011001010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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