Html Css Color HEX #4DFCE2 Turquoise

📋 copy color: '#4DFCE2'

red 77 ◦ green 252 ◦ blue 226

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

Shades of Turquoise #4DFCE2

Tints of Turquoise #4DFCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.72%

R = 13.87%
G = 45.41%
B = 40.72%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#4DFCE2 (or 0x4DFCE2) is known color: Turquoise. HEX triplet: 4D, FC and E2. RGB value is (77,252,226). Sum of RGB (Red+Green+Blue) = 77+252+226=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 226 (88.67% from 255 or 40.72% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCE2 is #B2031D. Grayscale: #C4C4C4. Windows color (decimal): -11666206 or 14875725. OLE color: 14875725.

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

Color convert

RGB 77 252 226 -
CMYK 0.69 0 0.10 0.01
HSL 171.09º 0.97% 0.65% -
HSV(B) 171.09º 0.69% 0.99% -
XYZ 51.6 76.69 84.03 -
YUV 196.71 144.52 42.61 -
System Red Green Blue C M Y K H S L
Decimal 77 252 226 0.69 0 0.10 0.01 171.09 0.97 0.65
Hex 4D FC E2 45 0 A 1 AB 61 41
Octal 115 374 342 105 0 12 1 253 141 101
Binary 1001101 11111100 11100010 1000101 0 1010 1 10101011 1100001 1000001

Color Harmonies of #4DFCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCE2

Black with #4DFCE2

Text Example


Text Example

White with #4DFCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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