Html Css Color HEX #4DFDCD Turquoise

📋 copy color: '#4DFDCD'

red 77 ◦ green 253 ◦ blue 205

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

Shades of Turquoise #4DFDCD

Tints of Turquoise #4DFDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 14.39%
G = 47.29%
B = 38.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#4DFDCD (or 0x4DFDCD) is known color: Turquoise. HEX triplet: 4D, FD and CD. RGB value is (77,253,205). Sum of RGB (Red+Green+Blue) = 77+253+205=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDCD is #B20232. Grayscale: #C2C2C2. Windows color (decimal): -11665971 or 13499725. OLE color: 13499725.

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

Color convert

RGB 77 253 205 -
CMYK 0.70 0 0.19 0.01
HSL 163.64º 0.98% 0.65% -
HSV(B) 163.64º 0.7% 0.99% -
XYZ 49.21 76.24 69.88 -
YUV 194.9 133.69 43.9 -
System Red Green Blue C M Y K H S L
Decimal 77 253 205 0.70 0 0.19 0.01 163.64 0.98 0.65
Hex 4D FD CD 46 0 13 1 A4 62 41
Octal 115 375 315 106 0 23 1 244 142 101
Binary 1001101 11111101 11001101 1000110 0 10011 1 10100100 1100010 1000001

Color Harmonies of #4DFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFDCD

Black with #4DFDCD

Text Example


Text Example

White with #4DFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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