Html Css Color HEX #4BC2CB Medium Turquoise

📋 copy color: '#4BC2CB'

red 75 ◦ green 194 ◦ blue 203

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

Shades of Medium Turquoise #4BC2CB

Tints of Medium Turquoise #4BC2CB

RGB

 RED value IS 75 (29.69% from 255) = 15.89%

 GREEN value IS 194 (76.17% from 255) = 41.1%

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

R = 15.89%
G = 41.1%
B = 43.01%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4BC2CB (or 0x4BC2CB) is known color: Medium Turquoise. HEX triplet: 4B, C2 and CB. RGB value is (75,194,203). Sum of RGB (Red+Green+Blue) = 75+194+203=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BC2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC2CB is #B43D34. Grayscale: #9F9F9F. Windows color (decimal): -11812149 or 13353547. OLE color: 13353547.

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

Color convert

RGB 75 194 203 -
CMYK 0.63 0.04 0 0.20
HSL 184.22º 0.55% 0.55% -
HSV(B) 184.22º 0.63% 0.8% -
XYZ 32.97 44.39 63.33 -
YUV 159.45 152.58 67.77 -
System Red Green Blue C M Y K H S L
Decimal 75 194 203 0.63 0.04 0 0.20 184.22 0.55 0.55
Hex 4B C2 CB 3F 4 0 14 B8 37 37
Octal 113 302 313 77 4 0 24 270 67 67
Binary 1001011 11000010 11001011 111111 100 0 10100 10111000 110111 110111

Color Harmonies of #4BC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC2CB

Black with #4BC2CB

Text Example


Text Example

White with #4BC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,194,203); }

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

background-color css

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

 a { background-color: rgb(75,194,203); }

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

border-color css

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

 span { border-color: rgb(75,194,203); }

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