#6DEFE2

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

Shades of Turquoise Blue #6DEFE2

Tints of Turquoise Blue #6DEFE2

Color information

#6DEFE2 (or 0x6DEFE2) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EF and E2. RGB value is (109,239,226). Sum of RGB (Red+Green+Blue) = 109+239+226=574 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.99% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEFE2 is #92101D. Grayscale: #C6C6C6. Windows color (decimal): -9572382 or 14872429. OLE color: 14872429.

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

Color convert

RGB109239226-
CMYK0.5400.050.06
HSL174º80.25%68.24%-
HSV(B)174º54.39%93.73%-
XYZ50.970.4882.87-
YUV198.65143.4364.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.99%
GREEN value IS 239 (93.75% from 255) = 41.64%
BLUE value IS 226 (88.67% from 255) = 39.37%
R=18.99%
G=41.64%
B=39.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092392260.5400.050.0617480.2568.24
Hex6DEFE236056ae5044
Octal15535734266056256120104
Binary1101101111011111110001011011001011101010111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,239,226); }

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

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

 a { background-color: rgb(109,239,226); }

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

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

 span { border-color: rgb(109,239,226); }

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