#69DDE2

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

Shades of Turquoise Blue #69DDE2

Tints of Turquoise Blue #69DDE2

Color information

#69DDE2 (or 0x69DDE2) is unknown color: approx Turquoise Blue. HEX triplet: 69, DD and E2. RGB value is (105,221,226). Sum of RGB (Red+Green+Blue) = 105+221+226=552 (73% of max value = 765). Red value is 105 (41.41% from 255 or 19.02% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 226 - color contains mainly: blue. Hex color #69DDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DDE2 is #96221D. Grayscale: #BABABA. Windows color (decimal): -9839134 or 14867817. OLE color: 14867817.

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

Color convert

RGB105221226-
CMYK0.540.0200.11
HSL182.48º67.6%64.9%-
HSV(B)182.48º53.54%88.63%-
XYZ45.4160.2181.18-
YUV186.89150.0769.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.02%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 226 (88.67% from 255) = 40.94%
R=19.02%
G=40.04%
B=40.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052212260.540.0200.11182.4867.664.9
Hex69DDE23620Bb64441
Octal151335342662013266104101
Binary1101001110111011110001011011010010111011011010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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