#6ED4EB

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

Shades of Turquoise Blue #6ED4EB

Tints of Turquoise Blue #6ED4EB

Color information

#6ED4EB (or 0x6ED4EB) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D4 and EB. RGB value is (110,212,235). Sum of RGB (Red+Green+Blue) = 110+212+235=557 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.75% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ED4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED4EB is #912B14. Grayscale: #B7B7B7. Windows color (decimal): -9513749 or 15455342. OLE color: 15455342.

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

Color convert

RGB110212235-
CMYK0.530.1000.08
HSL191.04º75.76%67.65%-
HSV(B)191.04º53.19%92.16%-
XYZ44.9756.487.11-
YUV184.12156.7175.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.75%
GREEN value IS 212 (83.20% from 255) = 38.06%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=19.75%
G=38.06%
B=42.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102122350.530.1000.08191.0475.7667.65
Hex6ED4EB35A08bf4c44
Octal1563243536512010277114104
Binary110111011010100111010111101011010010001011111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,212,235); }

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

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

 a { background-color: rgb(110,212,235); }

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

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

 span { border-color: rgb(110,212,235); }

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