Html Css Color HEX #4DFCCD Turquoise

📋 copy color: '#4DFCCD'

red 77 ◦ green 252 ◦ blue 205

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

Shades of Turquoise #4DFCCD

Tints of Turquoise #4DFCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 14.42%
G = 47.19%
B = 38.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#4DFCCD (or 0x4DFCCD) is known color: Turquoise. HEX triplet: 4D, FC and CD. RGB value is (77,252,205). Sum of RGB (Red+Green+Blue) = 77+252+205=534 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.42% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCCD is #B20332. Grayscale: #C2C2C2. Windows color (decimal): -11666227 or 13499469. OLE color: 13499469.

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

Color convert

RGB 77 252 205 -
CMYK 0.69 0 0.19 0.01
HSL 163.89º 0.97% 0.65% -
HSV(B) 163.89º 0.69% 0.99% -
XYZ 48.89 75.61 69.77 -
YUV 194.32 134.02 44.32 -
System Red Green Blue C M Y K H S L
Decimal 77 252 205 0.69 0 0.19 0.01 163.89 0.97 0.65
Hex 4D FC CD 45 0 13 1 A4 61 41
Octal 115 374 315 105 0 23 1 244 141 101
Binary 1001101 11111100 11001101 1000101 0 10011 1 10100100 1100001 1000001

Color Harmonies of #4DFCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCCD

Black with #4DFCCD

Text Example


Text Example

White with #4DFCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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