Html Css Color HEX #4BCEBC Medium Turquoise

📋 copy color: '#4BCEBC'

red 75 ◦ green 206 ◦ blue 188

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

Shades of Medium Turquoise #4BCEBC

Tints of Medium Turquoise #4BCEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 15.99%
G = 43.92%
B = 40.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#4BCEBC (or 0x4BCEBC) is known color: Medium Turquoise. HEX triplet: 4B, CE and BC. RGB value is (75,206,188). Sum of RGB (Red+Green+Blue) = 75+206+188=469 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.99% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEBC is #B43143. Grayscale: #A4A4A4. Windows color (decimal): -11809092 or 12373579. OLE color: 12373579.

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

Color convert

RGB 75 206 188 -
CMYK 0.64 0 0.09 0.19
HSL 171.76º 0.57% 0.55% -
HSV(B) 171.76º 0.64% 0.81% -
XYZ 34.05 49.27 55.29 -
YUV 164.78 141.1 63.96 -
System Red Green Blue C M Y K H S L
Decimal 75 206 188 0.64 0 0.09 0.19 171.76 0.57 0.55
Hex 4B CE BC 40 0 9 13 AC 39 37
Octal 113 316 274 100 0 11 23 254 71 67
Binary 1001011 11001110 10111100 1000000 0 1001 10011 10101100 111001 110111

Color Harmonies of #4BCEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCEBC

Black with #4BCEBC

Text Example


Text Example

White with #4BCEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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