#6DECE1

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

Shades of Turquoise Blue #6DECE1

Tints of Turquoise Blue #6DECE1

Color information

#6DECE1 (or 0x6DECE1) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EC and E1. RGB value is (109,236,225). Sum of RGB (Red+Green+Blue) = 109+236+225=570 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.12% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECE1 is #92131E. Grayscale: #C4C4C4. Windows color (decimal): -9573151 or 14806125. OLE color: 14806125.

HSL color Cylindrical-coordinate representation of color #6DECE1: hue angle of 174.8º 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 #6DECE1 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB109236225-
CMYK0.5400.050.07
HSL174.8º76.97%67.65%-
HSV(B)174.8º53.81%92.55%-
XYZ49.8968.6881.86-
YUV196.77143.9265.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.12%
GREEN value IS 236 (92.58% from 255) = 41.40%
BLUE value IS 225 (88.28% from 255) = 39.47%
R=19.12%
G=41.40%
B=39.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092362250.5400.050.07174.876.9767.65
Hex6DECE136057af4d44
Octal15535434166057257115104
Binary1101101111011001110000111011001011111010111110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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