#6CEDDC

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

Shades of Turquoise Blue #6CEDDC

Tints of Turquoise Blue #6CEDDC

Color information

#6CEDDC (or 0x6CEDDC) is unknown color: approx Turquoise Blue. HEX triplet: 6C, ED and DC. RGB value is (108,237,220). Sum of RGB (Red+Green+Blue) = 108+237+220=565 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.12% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDDC is #931223. Grayscale: #C4C4C4. Windows color (decimal): -9638436 or 14478700. OLE color: 14478700.

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

Color convert

RGB108237220-
CMYK0.5400.070.07
HSL172.09º78.18%67.65%-
HSV(B)172.09º54.43%92.94%-
XYZ49.3968.9278.41-
YUV196.49141.2664.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.12%
GREEN value IS 237 (92.97% from 255) = 41.95%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=19.12%
G=41.95%
B=38.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1082372200.5400.070.07172.0978.1867.65
Hex6CEDDC36077ac4e44
Octal15435533466077254116104
Binary1101100111011011101110011011001111111010110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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