Html Css Color HEX #4DFCCE Turquoise

📋 copy color: '#4DFCCE'

red 77 ◦ green 252 ◦ blue 206

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

Shades of Turquoise #4DFCCE

Tints of Turquoise #4DFCCE

RGB

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

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

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

R = 14.39%
G = 47.1%
B = 38.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#4DFCCE (or 0x4DFCCE) is known color: Turquoise. HEX triplet: 4D, FC and CE. RGB value is (77,252,206). Sum of RGB (Red+Green+Blue) = 77+252+206=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCCE is #B20331. Grayscale: #C2C2C2. Windows color (decimal): -11666226 or 13565005. OLE color: 13565005.

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

Color convert

RGB 77 252 206 -
CMYK 0.69 0 0.18 0.01
HSL 164.23º 0.97% 0.65% -
HSV(B) 164.23º 0.69% 0.99% -
XYZ 49.01 75.65 70.41 -
YUV 194.43 134.52 44.24 -
System Red Green Blue C M Y K H S L
Decimal 77 252 206 0.69 0 0.18 0.01 164.23 0.97 0.65
Hex 4D FC CE 45 0 12 1 A4 61 41
Octal 115 374 316 105 0 22 1 244 141 101
Binary 1001101 11111100 11001110 1000101 0 10010 1 10100100 1100001 1000001

Color Harmonies of #4DFCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCCE

Black with #4DFCCE

Text Example


Text Example

White with #4DFCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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