Html Css Color HEX #4DFDC7 Turquoise

📋 copy color: '#4DFDC7'

red 77 ◦ green 253 ◦ blue 199

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

Shades of Turquoise #4DFDC7

Tints of Turquoise #4DFDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.62%

R = 14.56%
G = 47.83%
B = 37.62%

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

#4DFDC7 (or 0x4DFDC7) is known color: Turquoise. HEX triplet: 4D, FD and C7. RGB value is (77,253,199). Sum of RGB (Red+Green+Blue) = 77+253+199=529 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.56% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDC7 is #B20238. Grayscale: #C2C2C2. Windows color (decimal): -11665977 or 13106509. OLE color: 13106509.

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

Color convert

RGB 77 253 199 -
CMYK 0.70 0 0.21 0.01
HSL 161.59º 0.98% 0.65% -
HSV(B) 161.59º 0.7% 0.99% -
XYZ 48.49 75.95 66.14 -
YUV 194.22 130.69 44.39 -
System Red Green Blue C M Y K H S L
Decimal 77 253 199 0.70 0 0.21 0.01 161.59 0.98 0.65
Hex 4D FD C7 46 0 15 1 A2 62 41
Octal 115 375 307 106 0 25 1 242 142 101
Binary 1001101 11111101 11000111 1000110 0 10101 1 10100010 1100010 1000001

Color Harmonies of #4DFDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFDC7

Black with #4DFDC7

Text Example


Text Example

White with #4DFDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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