Html Css Color HEX #4DFCE0 Turquoise

📋 copy color: '#4DFCE0'

red 77 ◦ green 252 ◦ blue 224

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

Shades of Turquoise #4DFCE0

Tints of Turquoise #4DFCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 13.92%
G = 45.57%
B = 40.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#4DFCE0 (or 0x4DFCE0) is known color: Turquoise. HEX triplet: 4D, FC and E0. RGB value is (77,252,224). Sum of RGB (Red+Green+Blue) = 77+252+224=553 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.92% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCE0 is #B2031F. Grayscale: #C4C4C4. Windows color (decimal): -11666208 or 14744653. OLE color: 14744653.

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

Color convert

RGB 77 252 224 -
CMYK 0.69 0 0.11 0.01
HSL 170.4º 0.97% 0.65% -
HSV(B) 170.4º 0.69% 0.99% -
XYZ 51.33 76.58 82.6 -
YUV 196.48 143.52 42.78 -
System Red Green Blue C M Y K H S L
Decimal 77 252 224 0.69 0 0.11 0.01 170.4 0.97 0.65
Hex 4D FC E0 45 0 B 1 AA 61 41
Octal 115 374 340 105 0 13 1 252 141 101
Binary 1001101 11111100 11100000 1000101 0 1011 1 10101010 1100001 1000001

Color Harmonies of #4DFCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCE0

Black with #4DFCE0

Text Example


Text Example

White with #4DFCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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