Html Css Color HEX #4CCACD Medium Turquoise

📋 copy color: '#4CCACD'

red 76 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #4CCACD

Tints of Medium Turquoise #4CCACD

RGB

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

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

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

R = 15.73%
G = 41.82%
B = 42.44%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CCACD (or 0x4CCACD) is known color: Medium Turquoise. HEX triplet: 4C, CA and CD. RGB value is (76,202,205). Sum of RGB (Red+Green+Blue) = 76+202+205=483 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.73% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CCACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCACD is #B33532. Grayscale: #A4A4A4. Windows color (decimal): -11744563 or 13486668. OLE color: 13486668.

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

Color convert

RGB 76 202 205 -
CMYK 0.63 0.01 0 0.20
HSL 181.4º 0.56% 0.55% -
HSV(B) 181.4º 0.63% 0.8% -
XYZ 35.12 48.19 65.21 -
YUV 164.67 150.76 64.76 -
System Red Green Blue C M Y K H S L
Decimal 76 202 205 0.63 0.01 0 0.20 181.4 0.56 0.55
Hex 4C CA CD 3F 1 0 14 B5 38 37
Octal 114 312 315 77 1 0 24 265 70 67
Binary 1001100 11001010 11001101 111111 1 0 10100 10110101 111000 110111

Color Harmonies of #4CCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCACD

Black with #4CCACD

Text Example


Text Example

White with #4CCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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