Html Css Color HEX #4CCABD Medium Turquoise

📋 copy color: '#4CCABD'

red 76 ◦ green 202 ◦ blue 189

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

Shades of Medium Turquoise #4CCABD

Tints of Medium Turquoise #4CCABD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.25%

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 16.27%
G = 43.25%
B = 40.47%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#4CCABD (or 0x4CCABD) is known color: Medium Turquoise. HEX triplet: 4C, CA and BD. RGB value is (76,202,189). Sum of RGB (Red+Green+Blue) = 76+202+189=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCABD is #B33542. Grayscale: #A2A2A2. Windows color (decimal): -11744579 or 12438092. OLE color: 12438092.

HSL color Cylindrical-coordinate representation of color #4CCABD: hue angle of 173.81º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCABD is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 202 189 -
CMYK 0.62 0 0.06 0.21
HSL 173.81º 0.54% 0.55% -
HSV(B) 173.81º 0.62% 0.79% -
XYZ 33.29 47.45 55.55 -
YUV 162.84 142.76 66.06 -
System Red Green Blue C M Y K H S L
Decimal 76 202 189 0.62 0 0.06 0.21 173.81 0.54 0.55
Hex 4C CA BD 3E 0 6 15 AE 36 37
Octal 114 312 275 76 0 6 25 256 66 67
Binary 1001100 11001010 10111101 111110 0 110 10101 10101110 110110 110111

Color Harmonies of #4CCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCABD

Black with #4CCABD

Text Example


Text Example

White with #4CCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,202,189); }

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

background-color css

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

 a { background-color: rgb(76,202,189); }

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

border-color css

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

 span { border-color: rgb(76,202,189); }

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