#6DDCDC

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

Shades of Turquoise Blue #6DDCDC

Tints of Turquoise Blue #6DDCDC

Color information

#6DDCDC (or 0x6DDCDC) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DC and DC. RGB value is (109,220,220). Sum of RGB (Red+Green+Blue) = 109+220+220=549 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.85% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #6DDCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCDC is #922323. Grayscale: #BABABA. Windows color (decimal): -9577252 or 14474349. OLE color: 14474349.

HSL color Cylindrical-coordinate representation of color #6DDCDC: hue angle of 180º 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 #6DDCDC is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109220220-
CMYK0.50000.14
HSL180º61.33%64.51%-
HSV(B)180º50.45%86.27%-
XYZ44.8259.676.85-
YUV186.81146.7372.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.85%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=19.85%
G=40.07%
B=40.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092202200.50000.1418061.3364.51
Hex6DDCDC3200Eb43d41
Octal15533433462001626475101
Binary11011011101110011011100110010001110101101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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