Html Css Color HEX #4DF1D1 Turquoise

📋 copy color: '#4DF1D1'

red 77 ◦ green 241 ◦ blue 209

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

Shades of Turquoise #4DF1D1

Tints of Turquoise #4DF1D1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.73%

 BLUE value IS 209 (82.03% from 255) = 39.66%

R = 14.61%
G = 45.73%
B = 39.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#4DF1D1 (or 0x4DF1D1) is known color: Turquoise. HEX triplet: 4D, F1 and D1. RGB value is (77,241,209). Sum of RGB (Red+Green+Blue) = 77+241+209=527 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.61% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF1D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF1D1 is #B20E2E. Grayscale: #BCBCBC. Windows color (decimal): -11669039 or 13758797. OLE color: 13758797.

HSL color Cylindrical-coordinate representation of color #4DF1D1: hue angle of 168.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF1D1 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 241 209 -
CMYK 0.68 0 0.13 0.05
HSL 168.29º 0.85% 0.62% -
HSV(B) 168.29º 0.68% 0.95% -
XYZ 46.02 69.09 71.23 -
YUV 188.32 139.67 48.6 -
System Red Green Blue C M Y K H S L
Decimal 77 241 209 0.68 0 0.13 0.05 168.29 0.85 0.62
Hex 4D F1 D1 44 0 D 5 A8 55 3E
Octal 115 361 321 104 0 15 5 250 125 76
Binary 1001101 11110001 11010001 1000100 0 1101 101 10101000 1010101 111110

Color Harmonies of #4DF1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF1D1

Black with #4DF1D1

Text Example


Text Example

White with #4DF1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,241,209); }

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

background-color css

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

 a { background-color: rgb(77,241,209); }

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

border-color css

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

 span { border-color: rgb(77,241,209); }

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