Html Css Color HEX #4DFFD2 Turquoise

📋 copy color: '#4DFFD2'

red 77 ◦ green 255 ◦ blue 210

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

Shades of Turquoise #4DFFD2

Tints of Turquoise #4DFFD2

RGB

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

 GREEN value IS 255 (100% from 255) = 47.05%

 BLUE value IS 210 (82.42% from 255) = 38.75%

R = 14.21%
G = 47.05%
B = 38.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#4DFFD2 (or 0x4DFFD2) is known color: Turquoise. HEX triplet: 4D, FF and D2. RGB value is (77,255,210). Sum of RGB (Red+Green+Blue) = 77+255+210=542 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.21% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFD2 is #B2002D. Grayscale: #C4C4C4. Windows color (decimal): -11665454 or 13827917. OLE color: 13827917.

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

Color convert

RGB 77 255 210 -
CMYK 0.70 0 0.18 0
HSL 164.83º 1% 0.65% -
HSV(B) 164.83º 0.7% 1% -
XYZ 50.45 77.75 73.32 -
YUV 196.65 135.53 42.66 -
System Red Green Blue C M Y K H S L
Decimal 77 255 210 0.70 0 0.18 0 164.83 1 0.65
Hex 4D FF D2 46 0 12 0 A5 64 41
Octal 115 377 322 106 0 22 0 245 144 101
Binary 1001101 11111111 11010010 1000110 0 10010 0 10100101 1100100 1000001

Color Harmonies of #4DFFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFFD2

Black with #4DFFD2

Text Example


Text Example

White with #4DFFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,255,210); }

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

background-color css

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

 a { background-color: rgb(77,255,210); }

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

border-color css

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

 span { border-color: rgb(77,255,210); }

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