Html Css Color HEX #4DFCAF Turquoise

📋 copy color: '#4DFCAF'

red 77 ◦ green 252 ◦ blue 175

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

Shades of Turquoise #4DFCAF

Tints of Turquoise #4DFCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 15.28%
G = 50%
B = 34.72%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#4DFCAF (or 0x4DFCAF) is known color: Turquoise. HEX triplet: 4D, FC and AF. RGB value is (77,252,175). Sum of RGB (Red+Green+Blue) = 77+252+175=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFCAF is #B20350. Grayscale: #BFBFBF. Windows color (decimal): -11666257 or 11533389. OLE color: 11533389.

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

Color convert

RGB 77 252 175 -
CMYK 0.69 0 0.31 0.01
HSL 153.6º 0.97% 0.65% -
HSV(B) 153.6º 0.69% 0.99% -
XYZ 45.61 74.29 52.49 -
YUV 190.9 119.02 46.76 -
System Red Green Blue C M Y K H S L
Decimal 77 252 175 0.69 0 0.31 0.01 153.6 0.97 0.65
Hex 4D FC AF 45 0 1F 1 9A 61 41
Octal 115 374 257 105 0 37 1 232 141 101
Binary 1001101 11111100 10101111 1000101 0 11111 1 10011010 1100001 1000001

Color Harmonies of #4DFCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCAF

Black with #4DFCAF

Text Example


Text Example

White with #4DFCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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