#69D8E5

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

Shades of Turquoise Blue #69D8E5

Tints of Turquoise Blue #69D8E5

Color information

#69D8E5 (or 0x69D8E5) is unknown color: approx Turquoise Blue. HEX triplet: 69, D8 and E5. RGB value is (105,216,229). Sum of RGB (Red+Green+Blue) = 105+216+229=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #69D8E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D8E5 is #96271A. Grayscale: #B8B8B8. Windows color (decimal): -9840411 or 15063145. OLE color: 15063145.

HSL color Cylindrical-coordinate representation of color #69D8E5: hue angle of 186.29º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69D8E5 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB105216229-
CMYK0.540.0600.10
HSL186.29º70.45%65.49%-
HSV(B)186.29º54.15%89.8%-
XYZ44.5257.7782.93-
YUV184.29153.2371.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.09%
GREEN value IS 216 (84.77% from 255) = 39.27%
BLUE value IS 229 (89.84% from 255) = 41.64%
R=19.09%
G=39.27%
B=41.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1052162290.540.0600.10186.2970.4565.49
Hex69D8E53660Aba4641
Octal151330345666012272106101
Binary11010011101100011100101110110110010101011101010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,216,229); }

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

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

 a { background-color: rgb(105,216,229); }

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

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

 span { border-color: rgb(105,216,229); }

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