#6CE6DB

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

Shades of Turquoise Blue #6CE6DB

Tints of Turquoise Blue #6CE6DB

Color information

#6CE6DB (or 0x6CE6DB) is unknown color: approx Turquoise Blue. HEX triplet: 6C, E6 and DB. RGB value is (108,230,219). Sum of RGB (Red+Green+Blue) = 108+230+219=557 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.39% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #6CE6DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE6DB is #931924. Grayscale: #C0C0C0. Windows color (decimal): -9640229 or 14411372. OLE color: 14411372.

HSL color Cylindrical-coordinate representation of color #6CE6DB: hue angle of 174.59º 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 #6CE6DB is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB108230219-
CMYK0.5300.050.10
HSL174.59º70.93%66.27%-
HSV(B)174.59º53.04%90.2%-
XYZ47.2764.977.05-
YUV192.27143.0867.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.39%
GREEN value IS 230 (90.23% from 255) = 41.29%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=19.39%
G=41.29%
B=39.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1082302190.5300.050.10174.5970.9366.27
Hex6CE6DB3505Aaf4742
Octal154346333650512257107102
Binary11011001110011011011011110101010110101010111110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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