#6CEDDB

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

Shades of Turquoise Blue #6CEDDB

Tints of Turquoise Blue #6CEDDB

Color information

#6CEDDB (or 0x6CEDDB) is unknown color: approx Turquoise Blue. HEX triplet: 6C, ED and DB. RGB value is (108,237,219). Sum of RGB (Red+Green+Blue) = 108+237+219=564 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.15% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDDB is #931224. Grayscale: #C4C4C4. Windows color (decimal): -9638437 or 14413164. OLE color: 14413164.

HSL color Cylindrical-coordinate representation of color #6CEDDB: hue angle of 171.63º 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 #6CEDDB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB108237219-
CMYK0.5400.080.07
HSL171.63º78.18%67.65%-
HSV(B)171.63º54.43%92.94%-
XYZ49.2568.8777.72-
YUV196.38140.7664.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.15%
GREEN value IS 237 (92.97% from 255) = 42.02%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=19.15%
G=42.02%
B=38.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1082372190.5400.080.07171.6378.1867.65
Hex6CEDDB36087ac4e44
Octal154355333660107254116104
Binary11011001110110111011011110110010001111010110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CEDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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