Html Css Color HEX #4CBFBE Medium Turquoise

📋 copy color: '#4CBFBE'

red 76 ◦ green 191 ◦ blue 190

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

Shades of Medium Turquoise #4CBFBE

Tints of Medium Turquoise #4CBFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 41.79%

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 16.63%
G = 41.79%
B = 41.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#4CBFBE (or 0x4CBFBE) is known color: Medium Turquoise. HEX triplet: 4C, BF and BE. RGB value is (76,191,190). Sum of RGB (Red+Green+Blue) = 76+191+190=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFBE is #B34041. Grayscale: #9C9C9C. Windows color (decimal): -11747394 or 12500812. OLE color: 12500812.

HSL color Cylindrical-coordinate representation of color #4CBFBE: hue angle of 179.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBFBE is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 191 190 -
CMYK 0.60 0 0.01 0.25
HSL 179.48º 0.47% 0.52% -
HSV(B) 179.48º 0.6% 0.75% -
XYZ 30.91 42.52 55.29 -
YUV 156.5 146.9 70.58 -
System Red Green Blue C M Y K H S L
Decimal 76 191 190 0.60 0 0.01 0.25 179.48 0.47 0.52
Hex 4C BF BE 3C 0 1 19 B3 2F 34
Octal 114 277 276 74 0 1 31 263 57 64
Binary 1001100 10111111 10111110 111100 0 1 11001 10110011 101111 110100

Color Harmonies of #4CBFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBFBE

Black with #4CBFBE

Text Example


Text Example

White with #4CBFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,191,190); }

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

background-color css

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

 a { background-color: rgb(76,191,190); }

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

border-color css

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

 span { border-color: rgb(76,191,190); }

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