Html Css Color HEX #4BCEC5 Medium Turquoise

📋 copy color: '#4BCEC5'

red 75 ◦ green 206 ◦ blue 197

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

Shades of Medium Turquoise #4BCEC5

Tints of Medium Turquoise #4BCEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.21%

R = 15.69%
G = 43.1%
B = 41.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#4BCEC5 (or 0x4BCEC5) is known color: Medium Turquoise. HEX triplet: 4B, CE and C5. RGB value is (75,206,197). Sum of RGB (Red+Green+Blue) = 75+206+197=478 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.69% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEC5 is #B4313A. Grayscale: #A5A5A5. Windows color (decimal): -11809083 or 12963403. OLE color: 12963403.

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

Color convert

RGB 75 206 197 -
CMYK 0.64 0 0.04 0.19
HSL 175.88º 0.57% 0.55% -
HSV(B) 175.88º 0.64% 0.81% -
XYZ 35.05 49.67 60.56 -
YUV 165.81 145.6 63.23 -
System Red Green Blue C M Y K H S L
Decimal 75 206 197 0.64 0 0.04 0.19 175.88 0.57 0.55
Hex 4B CE C5 40 0 4 13 B0 39 37
Octal 113 316 305 100 0 4 23 260 71 67
Binary 1001011 11001110 11000101 1000000 0 100 10011 10110000 111001 110111

Color Harmonies of #4BCEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCEC5

Black with #4BCEC5

Text Example


Text Example

White with #4BCEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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