#6DEFE3

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

Shades of Turquoise Blue #6DEFE3

Tints of Turquoise Blue #6DEFE3

Color information

#6DEFE3 (or 0x6DEFE3) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EF and E3. RGB value is (109,239,227). Sum of RGB (Red+Green+Blue) = 109+239+227=575 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.96% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEFE3 is #92101C. Grayscale: #C6C6C6. Windows color (decimal): -9572381 or 14937965. OLE color: 14937965.

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

Color convert

RGB109239227-
CMYK0.5400.050.06
HSL174.46º80.25%68.24%-
HSV(B)174.46º54.39%93.73%-
XYZ51.0470.5383.6-
YUV198.76143.9363.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.96%
GREEN value IS 239 (93.75% from 255) = 41.57%
BLUE value IS 227 (89.06% from 255) = 39.48%
R=18.96%
G=41.57%
B=39.48%

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
Decimal1092392270.5400.050.06174.4680.2568.24
Hex6DEFE336056ae5044
Octal15535734366056256120104
Binary1101101111011111110001111011001011101010111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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