#44EDCE

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

Shades of Turquoise #44EDCE

Tints of Turquoise #44EDCE

Color information

#44EDCE (or 0x44EDCE) is unknown color: approx Turquoise. HEX triplet: 44, ED and CE. RGB value is (68,237,206). Sum of RGB (Red+Green+Blue) = 68+237+206=511 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.31% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #44EDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EDCE is #BB1231. Grayscale: #B6B6B6. Windows color (decimal): -12259890 or 13561156. OLE color: 13561156.

HSL color Cylindrical-coordinate representation of color #44EDCE: hue angle of 168.99º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EDCE is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB68237206-
CMYK0.7100.130.07
HSL168.99º82.44%59.8%-
HSV(B)168.99º71.31%92.94%-
XYZ43.8166.2568.87-
YUV182.94141.0146.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.31%
GREEN value IS 237 (92.97% from 255) = 46.38%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=13.31%
G=46.38%
B=40.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal682372060.7100.130.07168.9982.4459.8
Hex44EDCE470D7a9523c
Octal104355316107015725112274
Binary10001001110110111001110100011101101111101010011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44EDCE; }

 p { color: rgb(68,237,206); }

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

<style>
 a { background-color: #44EDCE; }

 a { background-color: rgb(68,237,206); }

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

<style>
 span { border-color: #44EDCE; }

 span { border-color: rgb(68,237,206); }

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