#6DEAD7

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

Shades of Turquoise Blue #6DEAD7

Tints of Turquoise Blue #6DEAD7

Color information

#6DEAD7 (or 0x6DEAD7) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EA and D7. RGB value is (109,234,215). Sum of RGB (Red+Green+Blue) = 109+234+215=558 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.53% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEAD7 is #921528. Grayscale: #C2C2C2. Windows color (decimal): -9573673 or 14150253. OLE color: 14150253.

HSL color Cylindrical-coordinate representation of color #6DEAD7: hue angle of 170.88º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DEAD7 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB109234215-
CMYK0.5300.080.08
HSL170.88º74.85%67.25%-
HSV(B)170.88º53.42%91.76%-
XYZ486774.69-
YUV194.46139.5967.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.53%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=19.53%
G=41.94%
B=38.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092342150.5300.080.08170.8874.8567.25
Hex6DEAD735088ab4b43
Octal1553523276501010253113103
Binary110110111101010110101111101010100010001010101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,234,215); }

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

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

 a { background-color: rgb(109,234,215); }

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

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

 span { border-color: rgb(109,234,215); }

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