Html Css Color HEX #4DFDD5 Turquoise

📋 copy color: '#4DFDD5'

red 77 ◦ green 253 ◦ blue 213

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

Shades of Turquoise #4DFDD5

Tints of Turquoise #4DFDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.23%

R = 14.18%
G = 46.59%
B = 39.23%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#4DFDD5 (or 0x4DFDD5) is known color: Turquoise. HEX triplet: 4D, FD and D5. RGB value is (77,253,213). Sum of RGB (Red+Green+Blue) = 77+253+213=543 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.18% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDD5 is #B2022A. Grayscale: #C3C3C3. Windows color (decimal): -11665963 or 14024013. OLE color: 14024013.

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

Color convert

RGB 77 253 213 -
CMYK 0.70 0 0.16 0.01
HSL 166.36º 0.98% 0.65% -
HSV(B) 166.36º 0.7% 0.99% -
XYZ 50.2 76.63 75.1 -
YUV 195.82 137.69 43.25 -
System Red Green Blue C M Y K H S L
Decimal 77 253 213 0.70 0 0.16 0.01 166.36 0.98 0.65
Hex 4D FD D5 46 0 10 1 A6 62 41
Octal 115 375 325 106 0 20 1 246 142 101
Binary 1001101 11111101 11010101 1000110 0 10000 1 10100110 1100010 1000001

Color Harmonies of #4DFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFDD5

Black with #4DFDD5

Text Example


Text Example

White with #4DFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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