Html Css Color HEX #4CCDCB Medium Turquoise

📋 copy color: '#4CCDCB'

red 76 ◦ green 205 ◦ blue 203

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

Shades of Medium Turquoise #4CCDCB

Tints of Medium Turquoise #4CCDCB

RGB

 RED value IS 76 (30.08% from 255) = 15.7%

 GREEN value IS 205 (80.47% from 255) = 42.36%

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

R = 15.7%
G = 42.36%
B = 41.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#4CCDCB (or 0x4CCDCB) is known color: Medium Turquoise. HEX triplet: 4C, CD and CB. RGB value is (76,205,203). Sum of RGB (Red+Green+Blue) = 76+205+203=484 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.70% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCDCB is #B33234. Grayscale: #A6A6A6. Windows color (decimal): -11743797 or 13356364. OLE color: 13356364.

HSL color Cylindrical-coordinate representation of color #4CCDCB: hue angle of 179.07º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCDCB is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 205 203 -
CMYK 0.63 0 0.01 0.20
HSL 179.07º 0.56% 0.55% -
HSV(B) 179.07º 0.63% 0.8% -
XYZ 35.59 49.51 64.18 -
YUV 166.2 148.76 63.66 -
System Red Green Blue C M Y K H S L
Decimal 76 205 203 0.63 0 0.01 0.20 179.07 0.56 0.55
Hex 4C CD CB 3F 0 1 14 B3 38 37
Octal 114 315 313 77 0 1 24 263 70 67
Binary 1001100 11001101 11001011 111111 0 1 10100 10110011 111000 110111

Color Harmonies of #4CCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCDCB

Black with #4CCDCB

Text Example


Text Example

White with #4CCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,205,203); }

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

background-color css

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

 a { background-color: rgb(76,205,203); }

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

border-color css

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

 span { border-color: rgb(76,205,203); }

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