#69E7D6

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

Shades of Turquoise Blue #69E7D6

Tints of Turquoise Blue #69E7D6

Color information

#69E7D6 (or 0x69E7D6) is unknown color: approx Turquoise Blue. HEX triplet: 69, E7 and D6. RGB value is (105,231,214). Sum of RGB (Red+Green+Blue) = 105+231+214=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #69E7D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E7D6 is #961829. Grayscale: #BFBFBF. Windows color (decimal): -9836586 or 14083945. OLE color: 14083945.

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

Color convert

RGB105231214-
CMYK0.5500.070.09
HSL171.9º72.41%65.88%-
HSV(B)171.9º54.55%90.59%-
XYZ46.5465.0173.71-
YUV191.39140.7666.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.09%
GREEN value IS 231 (90.62% from 255) = 42%
BLUE value IS 214 (83.98% from 255) = 38.91%
R=19.09%
G=42%
B=38.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052312140.5500.070.09171.972.4165.88
Hex69E7D637079ac4842
Octal151347326670711254110102
Binary11010011110011111010110110111011110011010110010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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