#6ED3EB

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

Shades of Turquoise Blue #6ED3EB

Tints of Turquoise Blue #6ED3EB

Color information

#6ED3EB (or 0x6ED3EB) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D3 and EB. RGB value is (110,211,235). Sum of RGB (Red+Green+Blue) = 110+211+235=556 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.78% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ED3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED3EB is #912C14. Grayscale: #B7B7B7. Windows color (decimal): -9514005 or 15455086. OLE color: 15455086.

HSL color Cylindrical-coordinate representation of color #6ED3EB: hue angle of 191.52º 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 #6ED3EB is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110211235-
CMYK0.530.1000.08
HSL191.52º75.76%67.65%-
HSV(B)191.52º53.19%92.16%-
XYZ44.7255.987.03-
YUV183.54157.0475.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.78%
GREEN value IS 211 (82.81% from 255) = 37.95%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=19.78%
G=37.95%
B=42.27%

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
Decimal1102112350.530.1000.08191.5275.7667.65
Hex6ED3EB35A08c04c44
Octal1563233536512010300114104
Binary110111011010011111010111101011010010001100000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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