#69E7E9

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

Shades of Turquoise Blue #69E7E9

Tints of Turquoise Blue #69E7E9

Color information

#69E7E9 (or 0x69E7E9) is unknown color: approx Turquoise Blue. HEX triplet: 69, E7 and E9. RGB value is (105,231,233). Sum of RGB (Red+Green+Blue) = 105+231+233=569 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.45% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #69E7E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69E7E9 is #961816. Grayscale: #C1C1C1. Windows color (decimal): -9836567 or 15329129. OLE color: 15329129.

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

Color convert

RGB105231233-
CMYK0.550.0100.09
HSL180.94º74.42%66.27%-
HSV(B)180.94º54.94%91.37%-
XYZ49.1166.0487.25-
YUV193.55150.2664.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.45%
GREEN value IS 231 (90.62% from 255) = 40.60%
BLUE value IS 233 (91.41% from 255) = 40.95%
R=18.45%
G=40.60%
B=40.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052312330.550.0100.09180.9474.4266.27
Hex69E7E937109b54a42
Octal151347351671011265112102
Binary110100111100111111010011101111010011011010110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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