Html Css Color HEX #4DFCE7 Turquoise

📋 copy color: '#4DFCE7'

red 77 ◦ green 252 ◦ blue 231

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

Shades of Turquoise #4DFCE7

Tints of Turquoise #4DFCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.25%

R = 13.75%
G = 45%
B = 41.25%

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

#4DFCE7 (or 0x4DFCE7) is known color: Turquoise. HEX triplet: 4D, FC and E7. RGB value is (77,252,231). Sum of RGB (Red+Green+Blue) = 77+252+231=560 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.75% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFCE7 is #B20318. Grayscale: #C5C5C5. Windows color (decimal): -11666201 or 15203405. OLE color: 15203405.

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

Color convert

RGB 77 252 231 -
CMYK 0.69 0 0.08 0.01
HSL 172.8º 0.97% 0.65% -
HSV(B) 172.8º 0.69% 0.99% -
XYZ 52.29 76.97 87.7 -
YUV 197.28 147.02 42.21 -
System Red Green Blue C M Y K H S L
Decimal 77 252 231 0.69 0 0.08 0.01 172.8 0.97 0.65
Hex 4D FC E7 45 0 8 1 AD 61 41
Octal 115 374 347 105 0 10 1 255 141 101
Binary 1001101 11111100 11100111 1000101 0 1000 1 10101101 1100001 1000001

Color Harmonies of #4DFCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCE7

Black with #4DFCE7

Text Example


Text Example

White with #4DFCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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