Html Css Color HEX #4BCEB6 Medium Turquoise

📋 copy color: '#4BCEB6'

red 75 ◦ green 206 ◦ blue 182

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

Shades of Medium Turquoise #4BCEB6

Tints of Medium Turquoise #4BCEB6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.49%

 BLUE value IS 182 (71.48% from 255) = 39.31%

R = 16.2%
G = 44.49%
B = 39.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#4BCEB6 (or 0x4BCEB6) is known color: Medium Turquoise. HEX triplet: 4B, CE and B6. RGB value is (75,206,182). Sum of RGB (Red+Green+Blue) = 75+206+182=463 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.20% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEB6 is #B43149. Grayscale: #A4A4A4. Windows color (decimal): -11809098 or 11980363. OLE color: 11980363.

HSL color Cylindrical-coordinate representation of color #4BCEB6: hue angle of 169.01º degrees, saturation: 0.57, 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 #4BCEB6 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 206 182 -
CMYK 0.64 0 0.12 0.19
HSL 169.01º 0.57% 0.55% -
HSV(B) 169.01º 0.64% 0.81% -
XYZ 33.42 49.02 51.96 -
YUV 164.1 138.1 64.45 -
System Red Green Blue C M Y K H S L
Decimal 75 206 182 0.64 0 0.12 0.19 169.01 0.57 0.55
Hex 4B CE B6 40 0 C 13 A9 39 37
Octal 113 316 266 100 0 14 23 251 71 67
Binary 1001011 11001110 10110110 1000000 0 1100 10011 10101001 111001 110111

Color Harmonies of #4BCEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCEB6

Black with #4BCEB6

Text Example


Text Example

White with #4BCEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,206,182); }

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

background-color css

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

 a { background-color: rgb(75,206,182); }

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

border-color css

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

 span { border-color: rgb(75,206,182); }

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