#6DDAD5

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

Shades of Turquoise Blue #6DDAD5

Tints of Turquoise Blue #6DDAD5

Color information

#6DDAD5 (or 0x6DDAD5) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DA and D5. RGB value is (109,218,213). Sum of RGB (Red+Green+Blue) = 109+218+213=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAD5 is #92252A. Grayscale: #B8B8B8. Windows color (decimal): -9577771 or 14015085. OLE color: 14015085.

HSL color Cylindrical-coordinate representation of color #6DDAD5: hue angle of 177.25º degrees, saturation: 0.6, 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 #6DDAD5 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB109218213-
CMYK0.500.020.15
HSL177.25º59.56%64.12%-
HSV(B)177.25º50%85.49%-
XYZ43.3958.271.9-
YUV184.84143.8973.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.19%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 213 (83.59% from 255) = 39.44%
R=20.19%
G=40.37%
B=39.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092182130.500.020.15177.2559.5664.12
Hex6DDAD53202Fb13c40
Octal15533232562021726174100
Binary110110111011010110101011100100101111101100011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,218,213); }

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

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

 a { background-color: rgb(109,218,213); }

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

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

 span { border-color: rgb(109,218,213); }

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