Html Css Color HEX #4BCEC1 Medium Turquoise

📋 copy color: '#4BCEC1'

red 75 ◦ green 206 ◦ blue 193

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

Shades of Medium Turquoise #4BCEC1

Tints of Medium Turquoise #4BCEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.72%

R = 15.82%
G = 43.46%
B = 40.72%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#4BCEC1 (or 0x4BCEC1) is known color: Medium Turquoise. HEX triplet: 4B, CE and C1. RGB value is (75,206,193). Sum of RGB (Red+Green+Blue) = 75+206+193=474 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.82% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEC1 is #B4313E. Grayscale: #A5A5A5. Windows color (decimal): -11809087 or 12701259. OLE color: 12701259.

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

Color convert

RGB 75 206 193 -
CMYK 0.64 0 0.06 0.19
HSL 174.05º 0.57% 0.55% -
HSV(B) 174.05º 0.64% 0.81% -
XYZ 34.6 49.49 58.18 -
YUV 165.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 75 206 193 0.64 0 0.06 0.19 174.05 0.57 0.55
Hex 4B CE C1 40 0 6 13 AE 39 37
Octal 113 316 301 100 0 6 23 256 71 67
Binary 1001011 11001110 11000001 1000000 0 110 10011 10101110 111001 110111

Color Harmonies of #4BCEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCEC1

Black with #4BCEC1

Text Example


Text Example

White with #4BCEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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