#69E4D5

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

Shades of Turquoise Blue #69E4D5

Tints of Turquoise Blue #69E4D5

Color information

#69E4D5 (or 0x69E4D5) is unknown color: approx Turquoise Blue. HEX triplet: 69, E4 and D5. RGB value is (105,228,213). Sum of RGB (Red+Green+Blue) = 105+228+213=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #69E4D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E4D5 is #961B2A. Grayscale: #BDBDBD. Windows color (decimal): -9837355 or 14017641. OLE color: 14017641.

HSL color Cylindrical-coordinate representation of color #69E4D5: hue angle of 172.68º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E4D5 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB105228213-
CMYK0.5400.070.11
HSL172.68º69.49%65.29%-
HSV(B)172.68º53.95%89.41%-
XYZ45.5863.2972.77-
YUV189.51141.2567.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.23%
GREEN value IS 228 (89.45% from 255) = 41.76%
BLUE value IS 213 (83.59% from 255) = 39.01%
R=19.23%
G=41.76%
B=39.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052282130.5400.070.11172.6869.4965.29
Hex69E4D53607Bad4541
Octal151344325660713255105101
Binary11010011110010011010101110110011110111010110110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,228,213); }

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

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

 a { background-color: rgb(105,228,213); }

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

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

 span { border-color: rgb(105,228,213); }

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