#6DE1DA

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

Shades of Turquoise Blue #6DE1DA

Tints of Turquoise Blue #6DE1DA

Color information

#6DE1DA (or 0x6DE1DA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E1 and DA. RGB value is (109,225,218). Sum of RGB (Red+Green+Blue) = 109+225+218=552 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.75% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #6DE1DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE1DA is #921E25. Grayscale: #BDBDBD. Windows color (decimal): -9575974 or 14344557. OLE color: 14344557.

HSL color Cylindrical-coordinate representation of color #6DE1DA: hue angle of 176.38º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE1DA is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB109225218-
CMYK0.5200.030.12
HSL176.38º65.91%65.49%-
HSV(B)176.38º51.56%88.24%-
XYZ45.8962.1675.91-
YUV189.52144.0770.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.75%
GREEN value IS 225 (88.28% from 255) = 40.76%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=19.75%
G=40.76%
B=39.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1092252180.5200.030.12176.3865.9165.49
Hex6DE1DA3403Cb04241
Octal155341332640314260102101
Binary1101101111000011101101011010001111001011000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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