#6EDDE1

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

Shades of Turquoise Blue #6EDDE1

Tints of Turquoise Blue #6EDDE1

Color information

#6EDDE1 (or 0x6EDDE1) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DD and E1. RGB value is (110,221,225). Sum of RGB (Red+Green+Blue) = 110+221+225=556 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.78% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #6EDDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDE1 is #91221E. Grayscale: #BCBCBC. Windows color (decimal): -9511455 or 14802286. OLE color: 14802286.

HSL color Cylindrical-coordinate representation of color #6EDDE1: hue angle of 182.09º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EDDE1 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB110221225-
CMYK0.510.0200.12
HSL182.09º65.71%65.69%-
HSV(B)182.09º51.11%88.24%-
XYZ45.8860.4680.49-
YUV188.27148.7372.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.78%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 225 (88.28% from 255) = 40.47%
R=19.78%
G=39.75%
B=40.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1102212250.510.0200.12182.0965.7165.69
Hex6EDDE13320Cb64242
Octal156335341632014266102102
Binary1101110110111011110000111001110011001011011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,221,225); }

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

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

 a { background-color: rgb(110,221,225); }

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

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

 span { border-color: rgb(110,221,225); }

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