Html Css Color HEX #4DFFCE Turquoise

📋 copy color: '#4DFFCE'

red 77 ◦ green 255 ◦ blue 206

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

Shades of Turquoise #4DFFCE

Tints of Turquoise #4DFFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 47.4%

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 14.31%
G = 47.4%
B = 38.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#4DFFCE (or 0x4DFFCE) is known color: Turquoise. HEX triplet: 4D, FF and CE. RGB value is (77,255,206). Sum of RGB (Red+Green+Blue) = 77+255+206=538 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.31% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFCE is #B20031. Grayscale: #C4C4C4. Windows color (decimal): -11665458 or 13565773. OLE color: 13565773.

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

Color convert

RGB 77 255 206 -
CMYK 0.70 0 0.19 0
HSL 163.48º 1% 0.65% -
HSV(B) 163.48º 0.7% 1% -
XYZ 49.96 77.55 70.73 -
YUV 196.19 133.53 42.98 -
System Red Green Blue C M Y K H S L
Decimal 77 255 206 0.70 0 0.19 0 163.48 1 0.65
Hex 4D FF CE 46 0 13 0 A3 64 41
Octal 115 377 316 106 0 23 0 243 144 101
Binary 1001101 11111111 11001110 1000110 0 10011 0 10100011 1100100 1000001

Color Harmonies of #4DFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFFCE

Black with #4DFFCE

Text Example


Text Example

White with #4DFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,255,206); }

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

background-color css

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

 a { background-color: rgb(77,255,206); }

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

border-color css

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

 span { border-color: rgb(77,255,206); }

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