Html Css Color HEX #4DFCDD Turquoise

📋 copy color: '#4DFCDD'

red 77 ◦ green 252 ◦ blue 221

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

Shades of Turquoise #4DFCDD

Tints of Turquoise #4DFCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.82%

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 14%
G = 45.82%
B = 40.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#4DFCDD (or 0x4DFCDD) is known color: Turquoise. HEX triplet: 4D, FC and DD. RGB value is (77,252,221). Sum of RGB (Red+Green+Blue) = 77+252+221=550 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCDD is #B20322. Grayscale: #C4C4C4. Windows color (decimal): -11666211 or 14548045. OLE color: 14548045.

HSL color Cylindrical-coordinate representation of color #4DFCDD: hue angle of 169.37º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCDD is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 252 221 -
CMYK 0.69 0 0.12 0.01
HSL 169.37º 0.97% 0.65% -
HSV(B) 169.37º 0.69% 0.99% -
XYZ 50.92 76.42 80.47 -
YUV 196.14 142.02 43.02 -
System Red Green Blue C M Y K H S L
Decimal 77 252 221 0.69 0 0.12 0.01 169.37 0.97 0.65
Hex 4D FC DD 45 0 C 1 A9 61 41
Octal 115 374 335 105 0 14 1 251 141 101
Binary 1001101 11111100 11011101 1000101 0 1100 1 10101001 1100001 1000001

Color Harmonies of #4DFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCDD

Black with #4DFCDD

Text Example


Text Example

White with #4DFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,252,221); }

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

background-color css

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

 a { background-color: rgb(77,252,221); }

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

border-color css

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

 span { border-color: rgb(77,252,221); }

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