#4DFDDF

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

Shades of Turquoise #4DFDDF

Tints of Turquoise #4DFDDF

Color information

#4DFDDF (or 0x4DFDDF) is unknown color: approx Turquoise. HEX triplet: 4D, FD and DF. RGB value is (77,253,223). Sum of RGB (Red+Green+Blue) = 77+253+223=553 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.92% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDDF is #B20220. Grayscale: #C4C4C4. Windows color (decimal): -11665953 or 14679373. OLE color: 14679373.

HSL color Cylindrical-coordinate representation of color #4DFDDF: hue angle of 169.77º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFDDF is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB77253223-
CMYK0.7000.120.01
HSL169.77º97.78%64.71%-
HSV(B)169.77º69.57%99.22%-
XYZ51.5177.1681.99-
YUV196.96142.6942.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.92%
GREEN value IS 253 (99.22% from 255) = 45.75%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=13.92%
G=45.75%
B=40.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal772532230.7000.120.01169.7797.7864.71
Hex4DFDDF460C1aa6241
Octal1153753371060141252142101
Binary1001101111111011101111110001100110011010101011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,253,223); }

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

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

 a { background-color: rgb(77,253,223); }

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

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

 span { border-color: rgb(77,253,223); }

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