#4DF1EE

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

Shades of Turquoise #4DF1EE

Tints of Turquoise #4DF1EE

Color information

#4DF1EE (or 0x4DF1EE) is unknown color: approx Turquoise. HEX triplet: 4D, F1 and EE. RGB value is (77,241,238). Sum of RGB (Red+Green+Blue) = 77+241+238=556 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.85% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF1EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF1EE is #B20E11. Grayscale: #BFBFBF. Windows color (decimal): -11669010 or 15659341. OLE color: 15659341.

HSL color Cylindrical-coordinate representation of color #4DF1EE: hue angle of 178.9º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF1EE is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB77241238-
CMYK0.6800.010.05
HSL178.9º85.42%62.35%-
HSV(B)178.9º68.05%94.51%-
XYZ49.9570.6691.9-
YUV191.62154.1746.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.85%
GREEN value IS 241 (94.53% from 255) = 43.35%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=13.85%
G=43.35%
B=42.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal772412380.6800.010.05178.985.4262.35
Hex4DF1EE44015b3553e
Octal11536135610401526312576
Binary10011011111000111101110100010001101101100111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,241,238); }

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

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

 a { background-color: rgb(77,241,238); }

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

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

 span { border-color: rgb(77,241,238); }

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