#6DEEE4

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

Shades of Turquoise Blue #6DEEE4

Tints of Turquoise Blue #6DEEE4

Color information

#6DEEE4 (or 0x6DEEE4) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EE and E4. RGB value is (109,238,228). Sum of RGB (Red+Green+Blue) = 109+238+228=575 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.96% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEEE4 is #92111B. Grayscale: #C6C6C6. Windows color (decimal): -9572636 or 15003245. OLE color: 15003245.

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

Color convert

RGB109238228-
CMYK0.5400.040.07
HSL175.35º79.14%68.04%-
HSV(B)175.35º54.2%93.33%-
XYZ50.887084.23-
YUV198.29144.7664.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.96%
GREEN value IS 238 (93.36% from 255) = 41.39%
BLUE value IS 228 (89.45% from 255) = 39.65%
R=18.96%
G=41.39%
B=39.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092382280.5400.040.07175.3579.1468.04
Hex6DEEE436047af4f44
Octal15535634466047257117104
Binary1101101111011101110010011011001001111010111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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