#6de8e1

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

Shades of Turquoise Blue #6DE8E1

Tints of Turquoise Blue #6DE8E1

Color information

#6DE8E1 (or 0x6DE8E1) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E8 and E1. RGB value is (109,232,225). Sum of RGB (Red+Green+Blue) = 109+232+225=566 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.26% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #6DE8E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE8E1 is #92171E. Grayscale: #C2C2C2. Windows color (decimal): -9574175 or 14805101. OLE color: 14805101.

HSL color Cylindrical-coordinate representation of color #6DE8E1: hue angle of 176.59º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE8E1 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB109232225-
CMYK0.5300.030.09
HSL176.59º72.78%66.86%-
HSV(B)176.59º53.02%90.98%-
XYZ48.7566.481.48-
YUV194.42145.2567.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.26%
GREEN value IS 232 (91.02% from 255) = 40.99%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=19.26%
G=40.99%
B=39.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1092322250.5300.030.09176.5972.7866.86
Hex6DE8E135039b14943
Octal155350341650311261111103
Binary1101101111010001110000111010101110011011000110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6de8e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,232,225); }

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

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

 a { background-color: rgb(109,232,225); }

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

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

 span { border-color: rgb(109,232,225); }

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