#6CDCDC

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

Shades of Turquoise Blue #6CDCDC

Tints of Turquoise Blue #6CDCDC

Color information

#6CDCDC (or 0x6CDCDC) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DC and DC. RGB value is (108,220,220). Sum of RGB (Red+Green+Blue) = 108+220+220=548 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.71% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #6CDCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCDC is #932323. Grayscale: #BABABA. Windows color (decimal): -9642788 or 14474348. OLE color: 14474348.

HSL color Cylindrical-coordinate representation of color #6CDCDC: hue angle of 180º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDCDC is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB108220220-
CMYK0.51000.14
HSL180º61.54%64.31%-
HSV(B)180º50.91%86.27%-
XYZ44.759.5476.85-
YUV186.51146.8972-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.71%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=19.71%
G=40.15%
B=40.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082202200.51000.1418061.5464.31
Hex6CDCDC3300Eb43e40
Octal15433433463001626476100
Binary11011001101110011011100110011001110101101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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