#69DEE7

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

Shades of Turquoise Blue #69DEE7

Tints of Turquoise Blue #69DEE7

Color information

#69DEE7 (or 0x69DEE7) is unknown color: approx Turquoise Blue. HEX triplet: 69, DE and E7. RGB value is (105,222,231). Sum of RGB (Red+Green+Blue) = 105+222+231=558 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.82% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #69DEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DEE7 is #962118. Grayscale: #BBBBBB. Windows color (decimal): -9838873 or 15195753. OLE color: 15195753.

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

Color convert

RGB105222231-
CMYK0.550.0400.09
HSL184.29º72.41%65.88%-
HSV(B)184.29º54.55%90.59%-
XYZ46.3761.0284.93-
YUV188.04152.2468.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.82%
GREEN value IS 222 (87.11% from 255) = 39.78%
BLUE value IS 231 (90.62% from 255) = 41.40%
R=18.82%
G=39.78%
B=41.40%

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
Decimal1052222310.550.0400.09184.2972.4165.88
Hex69DEE737409b84842
Octal151336347674011270110102
Binary11010011101111011100111110111100010011011100010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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