#6EDCED

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

Shades of Turquoise Blue #6EDCED

Tints of Turquoise Blue #6EDCED

Color information

#6EDCED (or 0x6EDCED) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DC and ED. RGB value is (110,220,237). Sum of RGB (Red+Green+Blue) = 110+220+237=567 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.40% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #6EDCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDCED is #912312. Grayscale: #BCBCBC. Windows color (decimal): -9511699 or 15588462. OLE color: 15588462.

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

Color convert

RGB110220237-
CMYK0.540.0700.07
HSL188.03º77.91%68.04%-
HSV(B)188.03º53.59%92.94%-
XYZ47.3160.6289.33-
YUV189.05155.0671.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.40%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=19.40%
G=38.80%
B=41.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102202370.540.0700.07188.0377.9168.04
Hex6EDCED36707bc4e44
Octal15633435566707274116104
Binary1101110110111001110110111011011101111011110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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