#6CE9DC

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

Shades of Turquoise Blue #6CE9DC

Tints of Turquoise Blue #6CE9DC

Color information

#6CE9DC (or 0x6CE9DC) is unknown color: approx Turquoise Blue. HEX triplet: 6C, E9 and DC. RGB value is (108,233,220). Sum of RGB (Red+Green+Blue) = 108+233+220=561 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.25% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #6CE9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE9DC is #931623. Grayscale: #C2C2C2. Windows color (decimal): -9639460 or 14477676. OLE color: 14477676.

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

Color convert

RGB108233220-
CMYK0.5400.060.09
HSL173.76º73.96%66.86%-
HSV(B)173.76º53.65%91.37%-
XYZ48.2466.6378.03-
YUV194.14142.5966.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.25%
GREEN value IS 233 (91.41% from 255) = 41.53%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=19.25%
G=41.53%
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.09
SystemRedGreenBlueCMYKHSL
Decimal1082332200.5400.060.09173.7673.9666.86
Hex6CE9DC36069ae4a43
Octal154351334660611256112103
Binary11011001110100111011100110110011010011010111010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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