#6DEFE4

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

Shades of Turquoise Blue #6DEFE4

Tints of Turquoise Blue #6DEFE4

Color information

#6DEFE4 (or 0x6DEFE4) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EF and E4. RGB value is (109,239,228). Sum of RGB (Red+Green+Blue) = 109+239+228=576 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.92% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEFE4 is #92101B. Grayscale: #C6C6C6. Windows color (decimal): -9572380 or 15003501. OLE color: 15003501.

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

Color convert

RGB109239228-
CMYK0.5400.050.06
HSL174.92º80.25%68.24%-
HSV(B)174.92º54.39%93.73%-
XYZ51.1870.5984.33-
YUV198.88144.4363.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.92%
GREEN value IS 239 (93.75% from 255) = 41.49%
BLUE value IS 228 (89.45% from 255) = 39.58%
R=18.92%
G=41.49%
B=39.58%

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
Decimal1092392280.5400.050.06174.9280.2568.24
Hex6DEFE436056af5044
Octal15535734466056257120104
Binary1101101111011111110010011011001011101010111110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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