#6DDCD4

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

Shades of Turquoise Blue #6DDCD4

Tints of Turquoise Blue #6DDCD4

Color information

#6DDCD4 (or 0x6DDCD4) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DC and D4. RGB value is (109,220,212). Sum of RGB (Red+Green+Blue) = 109+220+212=541 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.15% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCD4 is #92232B. Grayscale: #B9B9B9. Windows color (decimal): -9577260 or 13950061. OLE color: 13950061.

HSL color Cylindrical-coordinate representation of color #6DDCD4: hue angle of 175.68º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCD4 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB109220212-
CMYK0.5000.040.14
HSL175.68º61.33%64.51%-
HSV(B)175.68º50.45%86.27%-
XYZ43.7859.1971.4-
YUV185.9142.7373.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.15%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=20.15%
G=40.67%
B=39.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092202120.5000.040.14175.6861.3364.51
Hex6DDCD43204Eb03d41
Octal15533432462041626075101
Binary1101101110111001101010011001001001110101100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,220,212); }

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

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

 a { background-color: rgb(109,220,212); }

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

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

 span { border-color: rgb(109,220,212); }

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