Html Css Color HEX #4BCFBA Medium Turquoise

📋 copy color: '#4BCFBA'

red 75 ◦ green 207 ◦ blue 186

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

Shades of Medium Turquoise #4BCFBA

Tints of Medium Turquoise #4BCFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.23%

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 16.03%
G = 44.23%
B = 39.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#4BCFBA (or 0x4BCFBA) is known color: Medium Turquoise. HEX triplet: 4B, CF and BA. RGB value is (75,207,186). Sum of RGB (Red+Green+Blue) = 75+207+186=468 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.03% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFBA is #B43045. Grayscale: #A5A5A5. Windows color (decimal): -11808838 or 12242763. OLE color: 12242763.

HSL color Cylindrical-coordinate representation of color #4BCFBA: hue angle of 170.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCFBA is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 207 186 -
CMYK 0.64 0 0.10 0.19
HSL 170.45º 0.58% 0.55% -
HSV(B) 170.45º 0.64% 0.81% -
XYZ 34.08 49.67 54.24 -
YUV 165.14 139.77 63.71 -
System Red Green Blue C M Y K H S L
Decimal 75 207 186 0.64 0 0.10 0.19 170.45 0.58 0.55
Hex 4B CF BA 40 0 A 13 AA 3A 37
Octal 113 317 272 100 0 12 23 252 72 67
Binary 1001011 11001111 10111010 1000000 0 1010 10011 10101010 111010 110111

Color Harmonies of #4BCFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCFBA

Black with #4BCFBA

Text Example


Text Example

White with #4BCFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,207,186); }

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

background-color css

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

 a { background-color: rgb(75,207,186); }

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

border-color css

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

 span { border-color: rgb(75,207,186); }

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