#4DE4CB

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

Shades of Turquoise #4DE4CB

Tints of Turquoise #4DE4CB

Color information

#4DE4CB (or 0x4DE4CB) is unknown color: approx Turquoise. HEX triplet: 4D, E4 and CB. RGB value is (77,228,203). Sum of RGB (Red+Green+Blue) = 77+228+203=508 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.16% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #4DE4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE4CB is #B21B34. Grayscale: #B3B3B3. Windows color (decimal): -11672373 or 13362253. OLE color: 13362253.

HSL color Cylindrical-coordinate representation of color #4DE4CB: hue angle of 170.07º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE4CB is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB77228203-
CMYK0.6600.110.11
HSL170.07º73.66%59.8%-
HSV(B)170.07º66.23%89.41%-
XYZ41.5861.3866.16-
YUV180140.9754.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.16%
GREEN value IS 228 (89.45% from 255) = 44.88%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=15.16%
G=44.88%
B=39.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal772282030.6600.110.11170.0773.6659.8
Hex4DE4CB420BBaa4a3c
Octal1153443131020131325211274
Binary100110111100100110010111000010010111011101010101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DE4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DE4CB; }

 p { color: rgb(77,228,203); }

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

<style>
 a { background-color: #4DE4CB; }

 a { background-color: rgb(77,228,203); }

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

<style>
 span { border-color: #4DE4CB; }

 span { border-color: rgb(77,228,203); }

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