#6ED6D5

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

Shades of Turquoise Blue #6ED6D5

Tints of Turquoise Blue #6ED6D5

Color information

#6ED6D5 (or 0x6ED6D5) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D6 and D5. RGB value is (110,214,213). Sum of RGB (Red+Green+Blue) = 110+214+213=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED6D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED6D5 is #91292A. Grayscale: #B6B6B6. Windows color (decimal): -9513259 or 14014062. OLE color: 14014062.

HSL color Cylindrical-coordinate representation of color #6ED6D5: hue angle of 179.42º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED6D5 is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB110214213-
CMYK0.4900.000.16
HSL179.42º55.91%63.53%-
HSV(B)179.42º48.6%83.92%-
XYZ42.4956.2171.56-
YUV182.79145.0476.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.48%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=20.48%
G=39.85%
B=39.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102142130.4900.000.16179.4255.9163.53
Hex6ED6D5310010b33840
Octal15632632561002026370100
Binary110111011010110110101011100010010000101100111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,214,213); }

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

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

 a { background-color: rgb(110,214,213); }

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

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

 span { border-color: rgb(110,214,213); }

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