#6CECDE

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

Shades of Turquoise Blue #6CECDE

Tints of Turquoise Blue #6CECDE

Color information

#6CECDE (or 0x6CECDE) is unknown color: approx Turquoise Blue. HEX triplet: 6C, EC and DE. RGB value is (108,236,222). Sum of RGB (Red+Green+Blue) = 108+236+222=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CECDE is #931321. Grayscale: #C4C4C4. Windows color (decimal): -9638690 or 14609516. OLE color: 14609516.

HSL color Cylindrical-coordinate representation of color #6CECDE: hue angle of 173.44º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CECDE is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB108236222-
CMYK0.5400.060.07
HSL173.44º77.11%67.45%-
HSV(B)173.44º54.24%92.55%-
XYZ49.3668.4579.72-
YUV196.13142.5965.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.08%
GREEN value IS 236 (92.58% from 255) = 41.70%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=19.08%
G=41.70%
B=39.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1082362220.5400.060.07173.4477.1167.45
Hex6CECDE36067ad4d43
Octal15435433666067255115103
Binary1101100111011001101111011011001101111010110110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,236,222); }

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

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

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

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

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

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

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