Html Css Color HEX #4DFDC9 Turquoise

📋 copy color: '#4DFDC9'

red 77 ◦ green 253 ◦ blue 201

#4DFDC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #4DFDC9

Tints of Turquoise #4DFDC9

RGB

 RED value IS 77 (30.47% from 255) = 14.5%

 GREEN value IS 253 (99.22% from 255) = 47.65%

 BLUE value IS 201 (78.91% from 255) = 37.85%

R = 14.5%
G = 47.65%
B = 37.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#4DFDC9 (or 0x4DFDC9) is known color: Turquoise. HEX triplet: 4D, FD and C9. RGB value is (77,253,201). Sum of RGB (Red+Green+Blue) = 77+253+201=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDC9 is #B20236. Grayscale: #C2C2C2. Windows color (decimal): -11665975 or 13237581. OLE color: 13237581.

HSL color Cylindrical-coordinate representation of color #4DFDC9: hue angle of 162.27º 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 #4DFDC9 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 253 201 -
CMYK 0.70 0 0.21 0.01
HSL 162.27º 0.98% 0.65% -
HSV(B) 162.27º 0.7% 0.99% -
XYZ 48.73 76.05 67.37 -
YUV 194.45 131.69 44.23 -
System Red Green Blue C M Y K H S L
Decimal 77 253 201 0.70 0 0.21 0.01 162.27 0.98 0.65
Hex 4D FD C9 46 0 15 1 A2 62 41
Octal 115 375 311 106 0 25 1 242 142 101
Binary 1001101 11111101 11001001 1000110 0 10101 1 10100010 1100010 1000001

Color Harmonies of #4DFDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFDC9

Black with #4DFDC9

Text Example


Text Example

White with #4DFDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DFDC9;
 }
 .AnyTagClassName
 {
   color: #4DFDC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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