Html Css Color HEX #4BCEC4 Medium Turquoise

📋 copy color: '#4BCEC4'

red 75 ◦ green 206 ◦ blue 196

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

Shades of Medium Turquoise #4BCEC4

Tints of Medium Turquoise #4BCEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.09%

R = 15.72%
G = 43.19%
B = 41.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#4BCEC4 (or 0x4BCEC4) is known color: Medium Turquoise. HEX triplet: 4B, CE and C4. RGB value is (75,206,196). Sum of RGB (Red+Green+Blue) = 75+206+196=477 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.72% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEC4 is #B4313B. Grayscale: #A5A5A5. Windows color (decimal): -11809084 or 12897867. OLE color: 12897867.

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

Color convert

RGB 75 206 196 -
CMYK 0.64 0 0.05 0.19
HSL 175.42º 0.57% 0.55% -
HSV(B) 175.42º 0.64% 0.81% -
XYZ 34.94 49.62 59.96 -
YUV 165.69 145.1 63.31 -
System Red Green Blue C M Y K H S L
Decimal 75 206 196 0.64 0 0.05 0.19 175.42 0.57 0.55
Hex 4B CE C4 40 0 5 13 AF 39 37
Octal 113 316 304 100 0 5 23 257 71 67
Binary 1001011 11001110 11000100 1000000 0 101 10011 10101111 111001 110111

Color Harmonies of #4BCEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCEC4

Black with #4BCEC4

Text Example


Text Example

White with #4BCEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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