#69DEE4

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

Shades of Turquoise Blue #69DEE4

Tints of Turquoise Blue #69DEE4

Color information

#69DEE4 (or 0x69DEE4) is unknown color: approx Turquoise Blue. HEX triplet: 69, DE and E4. RGB value is (105,222,228). Sum of RGB (Red+Green+Blue) = 105+222+228=555 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.92% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #69DEE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DEE4 is #96211B. Grayscale: #BBBBBB. Windows color (decimal): -9838876 or 14999145. OLE color: 14999145.

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

Color convert

RGB105222228-
CMYK0.540.0300.11
HSL182.93º69.49%65.29%-
HSV(B)182.93º53.95%89.41%-
XYZ45.9560.8582.72-
YUV187.7150.7469.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052222280.540.0300.11182.9369.4965.29
Hex69DEE43630Bb74541
Octal151336344663013267105101
Binary1101001110111101110010011011011010111011011110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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