#6ED8EF

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

Shades of Turquoise Blue #6ED8EF

Tints of Turquoise Blue #6ED8EF

Color information

#6ED8EF (or 0x6ED8EF) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D8 and EF. RGB value is (110,216,239). Sum of RGB (Red+Green+Blue) = 110+216+239=565 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.47% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #6ED8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED8EF is #912710. Grayscale: #BABABA. Windows color (decimal): -9512721 or 15718510. OLE color: 15718510.

HSL color Cylindrical-coordinate representation of color #6ED8EF: hue angle of 190.7º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ED8EF is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB110216239-
CMYK0.540.1000.06
HSL190.7º80.12%68.43%-
HSV(B)190.7º53.97%93.73%-
XYZ46.5758.6690.53-
YUV186.93157.3873.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.47%
GREEN value IS 216 (84.77% from 255) = 38.23%
BLUE value IS 239 (93.75% from 255) = 42.30%
R=19.47%
G=38.23%
B=42.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1102162390.540.1000.06190.780.1268.43
Hex6ED8EF36A06bf5044
Octal156330357661206277120104
Binary11011101101100011101111110110101001101011111110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,216,239); }

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

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

 a { background-color: rgb(110,216,239); }

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

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

 span { border-color: rgb(110,216,239); }

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