#6EDEFD

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

Shades of Turquoise Blue #6EDEFD

Tints of Turquoise Blue #6EDEFD

Color information

#6EDEFD (or 0x6EDEFD) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DE and FD. RGB value is (110,222,253). Sum of RGB (Red+Green+Blue) = 110+222+253=585 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.80% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EDEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEFD is #912102. Grayscale: #BFBFBF. Windows color (decimal): -9511171 or 16637550. OLE color: 16637550.

HSL color Cylindrical-coordinate representation of color #6EDEFD: hue angle of 193.01º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EDEFD is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110222253-
CMYK0.570.1200.01
HSL193.01º97.28%71.18%-
HSV(B)193.01º56.52%99.22%-
XYZ50.2862.65102.37-
YUV192.05162.3969.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.80%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=18.80%
G=37.95%
B=43.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102222530.570.1200.01193.0197.2871.18
Hex6EDEFD39C01c16147
Octal156336375711401301141107
Binary110111011011110111111011110011100011100000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,222,253); }

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

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

 a { background-color: rgb(110,222,253); }

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

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

 span { border-color: rgb(110,222,253); }

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