#6ECDEA

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

Shades of Turquoise Blue #6ECDEA

Tints of Turquoise Blue #6ECDEA

Color information

#6ECDEA (or 0x6ECDEA) is unknown color: approx Turquoise Blue. HEX triplet: 6E, CD and EA. RGB value is (110,205,234). Sum of RGB (Red+Green+Blue) = 110+205+234=549 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.04% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ECDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECDEA is #913215. Grayscale: #B3B3B3. Windows color (decimal): -9515542 or 15388014. OLE color: 15388014.

HSL color Cylindrical-coordinate representation of color #6ECDEA: hue angle of 194.03º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ECDEA is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110205234-
CMYK0.530.1200.08
HSL194.03º74.7%67.45%-
HSV(B)194.03º52.99%91.76%-
XYZ43.1152.9285.78-
YUV179.9158.5378.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.04%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=20.04%
G=37.34%
B=42.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102052340.530.1200.08194.0374.767.45
Hex6ECDEA35C08c24b43
Octal1563153526514010302113103
Binary110111011001101111010101101011100010001100001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,205,234); }

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

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

 a { background-color: rgb(110,205,234); }

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

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

 span { border-color: rgb(110,205,234); }

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