Html Css Color HEX #4BCEBA Medium Turquoise

📋 copy color: '#4BCEBA'

red 75 ◦ green 206 ◦ blue 186

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

Shades of Medium Turquoise #4BCEBA

Tints of Medium Turquoise #4BCEBA

RGB

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

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

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

R = 16.06%
G = 44.11%
B = 39.83%

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

#4BCEBA (or 0x4BCEBA) is known color: Medium Turquoise. HEX triplet: 4B, CE and BA. RGB value is (75,206,186). Sum of RGB (Red+Green+Blue) = 75+206+186=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEBA is #B43145. Grayscale: #A4A4A4. Windows color (decimal): -11809094 or 12242507. OLE color: 12242507.

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

Color convert

RGB 75 206 186 -
CMYK 0.64 0 0.10 0.19
HSL 170.84º 0.57% 0.55% -
HSV(B) 170.84º 0.64% 0.81% -
XYZ 33.84 49.18 54.16 -
YUV 164.55 140.1 64.13 -
System Red Green Blue C M Y K H S L
Decimal 75 206 186 0.64 0 0.10 0.19 170.84 0.57 0.55
Hex 4B CE BA 40 0 A 13 AB 39 37
Octal 113 316 272 100 0 12 23 253 71 67
Binary 1001011 11001110 10111010 1000000 0 1010 10011 10101011 111001 110111

Color Harmonies of #4BCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCEBA

Black with #4BCEBA

Text Example


Text Example

White with #4BCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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