#6EDAD4

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

Shades of Turquoise Blue #6EDAD4

Tints of Turquoise Blue #6EDAD4

Color information

#6EDAD4 (or 0x6EDAD4) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DA and D4. RGB value is (110,218,212). Sum of RGB (Red+Green+Blue) = 110+218+212=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAD4 is #91252B. Grayscale: #B8B8B8. Windows color (decimal): -9512236 or 13949550. OLE color: 13949550.

HSL color Cylindrical-coordinate representation of color #6EDAD4: hue angle of 176.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDAD4 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB110218212-
CMYK0.5000.030.15
HSL176.67º59.34%64.31%-
HSV(B)176.67º49.54%85.49%-
XYZ43.3958.2171.24-
YUV185.02143.2274.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.37%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 212 (83.20% from 255) = 39.26%
R=20.37%
G=40.37%
B=39.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1102182120.5000.030.15176.6759.3464.31
Hex6EDAD43203Fb13b40
Octal15633232462031726173100
Binary110111011011010110101001100100111111101100011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EDAD4; }

 p { color: rgb(110,218,212); }

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

<style>
 a { background-color: #6EDAD4; }

 a { background-color: rgb(110,218,212); }

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

<style>
 span { border-color: #6EDAD4; }

 span { border-color: rgb(110,218,212); }

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