#4DF1DD

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

Shades of Turquoise #4DF1DD

Tints of Turquoise #4DF1DD

Color information

#4DF1DD (or 0x4DF1DD) is unknown color: approx Turquoise. HEX triplet: 4D, F1 and DD. RGB value is (77,241,221). Sum of RGB (Red+Green+Blue) = 77+241+221=539 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.29% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF1DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF1DD is #B20E22. Grayscale: #BDBDBD. Windows color (decimal): -11669027 or 14545229. OLE color: 14545229.

HSL color Cylindrical-coordinate representation of color #4DF1DD: hue angle of 172.68º 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 #4DF1DD is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB77241221-
CMYK0.6800.080.05
HSL172.68º85.42%62.35%-
HSV(B)172.68º68.05%94.51%-
XYZ47.5769.7179.35-
YUV189.68145.6747.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.29%
GREEN value IS 241 (94.53% from 255) = 44.71%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=14.29%
G=44.71%
B=41.00%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal772412210.6800.080.05172.6885.4262.35
Hex4DF1DD44085ad553e
Octal115361335104010525512576
Binary10011011111000111011101100010001000101101011011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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