Html Css Color HEX #4DFCCB Turquoise

📋 copy color: '#4DFCCB'

red 77 ◦ green 252 ◦ blue 203

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

Shades of Turquoise #4DFCCB

Tints of Turquoise #4DFCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 14.47%
G = 47.37%
B = 38.16%

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

#4DFCCB (or 0x4DFCCB) is known color: Turquoise. HEX triplet: 4D, FC and CB. RGB value is (77,252,203). Sum of RGB (Red+Green+Blue) = 77+252+203=532 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.47% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCCB is #B20334. Grayscale: #C2C2C2. Windows color (decimal): -11666229 or 13368397. OLE color: 13368397.

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

Color convert

RGB 77 252 203 -
CMYK 0.69 0 0.19 0.01
HSL 163.2º 0.97% 0.65% -
HSV(B) 163.2º 0.69% 0.99% -
XYZ 48.65 75.51 68.51 -
YUV 194.09 133.02 44.48 -
System Red Green Blue C M Y K H S L
Decimal 77 252 203 0.69 0 0.19 0.01 163.2 0.97 0.65
Hex 4D FC CB 45 0 13 1 A3 61 41
Octal 115 374 313 105 0 23 1 243 141 101
Binary 1001101 11111100 11001011 1000101 0 10011 1 10100011 1100001 1000001

Color Harmonies of #4DFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCCB

Black with #4DFCCB

Text Example


Text Example

White with #4DFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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