#6CE6DD

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

Shades of Turquoise Blue #6CE6DD

Tints of Turquoise Blue #6CE6DD

Color information

#6CE6DD (or 0x6CE6DD) is unknown color: approx Turquoise Blue. HEX triplet: 6C, E6 and DD. RGB value is (108,230,221). Sum of RGB (Red+Green+Blue) = 108+230+221=559 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.32% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #6CE6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE6DD is #931922. Grayscale: #C0C0C0. Windows color (decimal): -9640227 or 14542444. OLE color: 14542444.

HSL color Cylindrical-coordinate representation of color #6CE6DD: hue angle of 175.57º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE6DD is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB108230221-
CMYK0.5300.040.10
HSL175.57º70.93%66.27%-
HSV(B)175.57º53.04%90.2%-
XYZ47.536578.45-
YUV192.5144.0867.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.32%
GREEN value IS 230 (90.23% from 255) = 41.14%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=19.32%
G=41.14%
B=39.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1082302210.5300.040.10175.5770.9366.27
Hex6CE6DD3504Ab04742
Octal154346335650412260107102
Binary11011001110011011011101110101010010101011000010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,230,221); }

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

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

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

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

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

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

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