Html Css Color HEX #4DFECA Turquoise

📋 copy color: '#4DFECA'

red 77 ◦ green 254 ◦ blue 202

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

Shades of Turquoise #4DFECA

Tints of Turquoise #4DFECA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.65%

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 14.45%
G = 47.65%
B = 37.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#4DFECA (or 0x4DFECA) is known color: Turquoise. HEX triplet: 4D, FE and CA. RGB value is (77,254,202). Sum of RGB (Red+Green+Blue) = 77+254+202=533 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.45% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFECA is #B20135. Grayscale: #C3C3C3. Windows color (decimal): -11665718 or 13303373. OLE color: 13303373.

HSL color Cylindrical-coordinate representation of color #4DFECA: hue angle of 162.37º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFECA is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 254 202 -
CMYK 0.70 0 0.20 0.00
HSL 162.37º 0.99% 0.65% -
HSV(B) 162.37º 0.7% 1% -
XYZ 49.16 76.73 68.1 -
YUV 195.15 131.86 43.73 -
System Red Green Blue C M Y K H S L
Decimal 77 254 202 0.70 0 0.20 0.00 162.37 0.99 0.65
Hex 4D FE CA 46 0 14 0 A2 63 41
Octal 115 376 312 106 0 24 0 242 143 101
Binary 1001101 11111110 11001010 1000110 0 10100 0 10100010 1100011 1000001

Color Harmonies of #4DFECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFECA

Black with #4DFECA

Text Example


Text Example

White with #4DFECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,254,202); }

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

background-color css

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

 a { background-color: rgb(77,254,202); }

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

border-color css

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

 span { border-color: rgb(77,254,202); }

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