Html Css Color HEX #4DFCE8 Turquoise

📋 copy color: '#4DFCE8'

red 77 ◦ green 252 ◦ blue 232

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

Shades of Turquoise #4DFCE8

Tints of Turquoise #4DFCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.35%

R = 13.73%
G = 44.92%
B = 41.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#4DFCE8 (or 0x4DFCE8) is known color: Turquoise. HEX triplet: 4D, FC and E8. RGB value is (77,252,232). Sum of RGB (Red+Green+Blue) = 77+252+232=561 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.73% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFCE8 is #B20317. Grayscale: #C5C5C5. Windows color (decimal): -11666200 or 15268941. OLE color: 15268941.

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

Color convert

RGB 77 252 232 -
CMYK 0.69 0 0.08 0.01
HSL 173.14º 0.97% 0.65% -
HSV(B) 173.14º 0.69% 0.99% -
XYZ 52.44 77.02 88.45 -
YUV 197.4 147.52 42.13 -
System Red Green Blue C M Y K H S L
Decimal 77 252 232 0.69 0 0.08 0.01 173.14 0.97 0.65
Hex 4D FC E8 45 0 8 1 AD 61 41
Octal 115 374 350 105 0 10 1 255 141 101
Binary 1001101 11111100 11101000 1000101 0 1000 1 10101101 1100001 1000001

Color Harmonies of #4DFCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCE8

Black with #4DFCE8

Text Example


Text Example

White with #4DFCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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