#69E4DE

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

Shades of Turquoise Blue #69E4DE

Tints of Turquoise Blue #69E4DE

Color information

#69E4DE (or 0x69E4DE) is unknown color: approx Turquoise Blue. HEX triplet: 69, E4 and DE. RGB value is (105,228,222). Sum of RGB (Red+Green+Blue) = 105+228+222=555 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.92% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #69E4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E4DE is #961B21. Grayscale: #BEBEBE. Windows color (decimal): -9837346 or 14607465. OLE color: 14607465.

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

Color convert

RGB105228222-
CMYK0.5400.030.11
HSL177.07º69.49%65.29%-
HSV(B)177.07º53.95%89.41%-
XYZ46.7563.7678.95-
YUV190.54145.7566.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.92%
GREEN value IS 228 (89.45% from 255) = 41.08%
BLUE value IS 222 (87.11% from 255) = 40%
R=18.92%
G=41.08%
B=40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052282220.5400.030.11177.0769.4965.29
Hex69E4DE3603Bb14541
Octal151344336660313261105101
Binary1101001111001001101111011011001110111011000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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