#6DDFDA

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

Shades of Turquoise Blue #6DDFDA

Tints of Turquoise Blue #6DDFDA

Color information

#6DDFDA (or 0x6DDFDA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DF and DA. RGB value is (109,223,218). Sum of RGB (Red+Green+Blue) = 109+223+218=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDFDA is #922025. Grayscale: #BCBCBC. Windows color (decimal): -9576486 or 14344045. OLE color: 14344045.

HSL color Cylindrical-coordinate representation of color #6DDFDA: hue angle of 177.37º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDFDA is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB109223218-
CMYK0.5100.020.13
HSL177.37º64.04%65.1%-
HSV(B)177.37º51.12%87.45%-
XYZ45.3561.0975.73-
YUV188.34144.7371.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.82%
GREEN value IS 223 (87.5% from 255) = 40.55%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=19.82%
G=40.55%
B=39.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092232180.5100.020.13177.3764.0465.1
Hex6DDFDA3302Db14041
Octal155337332630215261100101
Binary1101101110111111101101011001101011011011000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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