Html Css Color HEX #4BCEB4 Medium Turquoise

📋 copy color: '#4BCEB4'

red 75 ◦ green 206 ◦ blue 180

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

Shades of Medium Turquoise #4BCEB4

Tints of Medium Turquoise #4BCEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.05%

R = 16.27%
G = 44.69%
B = 39.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#4BCEB4 (or 0x4BCEB4) is known color: Medium Turquoise. HEX triplet: 4B, CE and B4. RGB value is (75,206,180). Sum of RGB (Red+Green+Blue) = 75+206+180=461 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.27% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEB4 is #B4314B. Grayscale: #A3A3A3. Windows color (decimal): -11809100 or 11849291. OLE color: 11849291.

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

Color convert

RGB 75 206 180 -
CMYK 0.64 0 0.13 0.19
HSL 168.09º 0.57% 0.55% -
HSV(B) 168.09º 0.64% 0.81% -
XYZ 33.21 48.93 50.87 -
YUV 163.87 137.1 64.61 -
System Red Green Blue C M Y K H S L
Decimal 75 206 180 0.64 0 0.13 0.19 168.09 0.57 0.55
Hex 4B CE B4 40 0 D 13 A8 39 37
Octal 113 316 264 100 0 15 23 250 71 67
Binary 1001011 11001110 10110100 1000000 0 1101 10011 10101000 111001 110111

Color Harmonies of #4BCEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCEB4

Black with #4BCEB4

Text Example


Text Example

White with #4BCEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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