#6de0ec

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

Shades of Turquoise Blue #6DE0EC

Tints of Turquoise Blue #6DE0EC

Color information

#6DE0EC (or 0x6DE0EC) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E0 and EC. RGB value is (109,224,236). Sum of RGB (Red+Green+Blue) = 109+224+236=569 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.16% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DE0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DE0EC is #921F13. Grayscale: #BEBEBE. Windows color (decimal): -9576212 or 15523949. OLE color: 15523949.

HSL color Cylindrical-coordinate representation of color #6DE0EC: hue angle of 185.67º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DE0EC is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB109224236-
CMYK0.540.0500.07
HSL185.67º76.97%67.65%-
HSV(B)185.67º53.81%92.55%-
XYZ48.162.6288.91-
YUV190.98153.469.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.16%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=19.16%
G=39.37%
B=41.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092242360.540.0500.07185.6776.9767.65
Hex6DE0EC36507ba4d44
Octal15534035466507272115104
Binary1101101111000001110110011011010101111011101010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6de0ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,224,236); }

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

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

 a { background-color: rgb(109,224,236); }

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

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

 span { border-color: rgb(109,224,236); }

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