#69DDE7

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

Shades of Turquoise Blue #69DDE7

Tints of Turquoise Blue #69DDE7

Color information

#69DDE7 (or 0x69DDE7) is unknown color: approx Turquoise Blue. HEX triplet: 69, DD and E7. RGB value is (105,221,231). Sum of RGB (Red+Green+Blue) = 105+221+231=557 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.85% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #69DDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DDE7 is #962218. Grayscale: #BBBBBB. Windows color (decimal): -9839129 or 15195497. OLE color: 15195497.

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

Color convert

RGB105221231-
CMYK0.550.0400.09
HSL184.76º72.41%65.88%-
HSV(B)184.76º54.55%90.59%-
XYZ46.1160.4984.85-
YUV187.46152.5769.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.85%
GREEN value IS 221 (86.72% from 255) = 39.68%
BLUE value IS 231 (90.62% from 255) = 41.47%
R=18.85%
G=39.68%
B=41.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052212310.550.0400.09184.7672.4165.88
Hex69DDE737409b94842
Octal151335347674011271110102
Binary11010011101110111100111110111100010011011100110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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