Html Css Color HEX #4BCEC7 Medium Turquoise

📋 copy color: '#4BCEC7'

red 75 ◦ green 206 ◦ blue 199

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

Shades of Medium Turquoise #4BCEC7

Tints of Medium Turquoise #4BCEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.46%

R = 15.63%
G = 42.92%
B = 41.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#4BCEC7 (or 0x4BCEC7) is known color: Medium Turquoise. HEX triplet: 4B, CE and C7. RGB value is (75,206,199). Sum of RGB (Red+Green+Blue) = 75+206+199=480 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.62% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEC7 is #B43138. Grayscale: #A5A5A5. Windows color (decimal): -11809081 or 13094475. OLE color: 13094475.

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

Color convert

RGB 75 206 199 -
CMYK 0.64 0 0.03 0.19
HSL 176.79º 0.57% 0.55% -
HSV(B) 176.79º 0.64% 0.81% -
XYZ 35.28 49.76 61.78 -
YUV 166.03 146.6 63.07 -
System Red Green Blue C M Y K H S L
Decimal 75 206 199 0.64 0 0.03 0.19 176.79 0.57 0.55
Hex 4B CE C7 40 0 3 13 B1 39 37
Octal 113 316 307 100 0 3 23 261 71 67
Binary 1001011 11001110 11000111 1000000 0 11 10011 10110001 111001 110111

Color Harmonies of #4BCEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCEC7

Black with #4BCEC7

Text Example


Text Example

White with #4BCEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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