#6DEFEA

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

Shades of Turquoise Blue #6DEFEA

Tints of Turquoise Blue #6DEFEA

Color information

#6DEFEA (or 0x6DEFEA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EF and EA. RGB value is (109,239,234). Sum of RGB (Red+Green+Blue) = 109+239+234=582 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.73% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEFEA is #921015. Grayscale: #C7C7C7. Windows color (decimal): -9572374 or 15396717. OLE color: 15396717.

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

Color convert

RGB109239234-
CMYK0.5400.020.06
HSL177.69º80.25%68.24%-
HSV(B)177.69º54.39%93.73%-
XYZ52.0270.9288.79-
YUV199.56147.4363.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.73%
GREEN value IS 239 (93.75% from 255) = 41.07%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=18.73%
G=41.07%
B=40.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092392340.5400.020.06177.6980.2568.24
Hex6DEFEA36026b25044
Octal15535735266026262120104
Binary110110111101111111010101101100101101011001010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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