Html Css Color HEX #4CC4CB Medium Turquoise

📋 copy color: '#4CC4CB'

red 76 ◦ green 196 ◦ blue 203

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

Shades of Medium Turquoise #4CC4CB

Tints of Medium Turquoise #4CC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.26%

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

R = 16%
G = 41.26%
B = 42.74%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CC4CB (or 0x4CC4CB) is known color: Medium Turquoise. HEX triplet: 4C, C4 and CB. RGB value is (76,196,203). Sum of RGB (Red+Green+Blue) = 76+196+203=475 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CC4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC4CB is #B33B34. Grayscale: #A0A0A0. Windows color (decimal): -11746101 or 13354060. OLE color: 13354060.

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

Color convert

RGB 76 196 203 -
CMYK 0.63 0.03 0 0.20
HSL 183.31º 0.55% 0.55% -
HSV(B) 183.31º 0.63% 0.8% -
XYZ 33.5 45.33 63.48 -
YUV 160.92 151.74 67.43 -
System Red Green Blue C M Y K H S L
Decimal 76 196 203 0.63 0.03 0 0.20 183.31 0.55 0.55
Hex 4C C4 CB 3F 3 0 14 B7 37 37
Octal 114 304 313 77 3 0 24 267 67 67
Binary 1001100 11000100 11001011 111111 11 0 10100 10110111 110111 110111

Color Harmonies of #4CC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC4CB

Black with #4CC4CB

Text Example


Text Example

White with #4CC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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