#6ecbe8

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

Shades of Turquoise Blue #6ECBE8

Tints of Turquoise Blue #6ECBE8

Color information

#6ECBE8 (or 0x6ECBE8) is unknown color: approx Turquoise Blue. HEX triplet: 6E, CB and E8. RGB value is (110,203,232). Sum of RGB (Red+Green+Blue) = 110+203+232=545 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.18% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #6ECBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECBE8 is #913417. Grayscale: #B2B2B2. Windows color (decimal): -9516056 or 15256430. OLE color: 15256430.

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

Color convert

RGB110203232-
CMYK0.530.1200.09
HSL194.26º72.62%67.06%-
HSV(B)194.26º52.59%90.98%-
XYZ42.3551.8584.12-
YUV178.5158.1979.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.18%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 232 (91.02% from 255) = 42.57%
R=20.18%
G=37.25%
B=42.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1102032320.530.1200.09194.2672.6267.06
Hex6ECBE835C09c24943
Octal1563133506514011302111103
Binary110111011001011111010001101011100010011100001010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ecbe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,203,232); }

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

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

 a { background-color: rgb(110,203,232); }

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

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

 span { border-color: rgb(110,203,232); }

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